Implement legal terms, Android client compatibility and more

This commit is contained in:
2026-07-13 13:13:05 +03:00
Unverified
parent 54cf37df6c
commit 6de18d0ddc
73 changed files with 3922 additions and 635 deletions
@@ -400,6 +400,7 @@ export class DMPanel extends MessagePanel {
bio: userProfile.bio,
memberSince: userProfile.created_at,
online: userProfile.online,
deleted: userProfile.deleted,
isOwnProfile: false
};
} catch (error) {