mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Add voice chat indicator in the chats list.
This commit is contained in:
@@ -224,6 +224,12 @@ private:
|
||||
int defaultRowTop(not_null<Row*> row) const;
|
||||
void setupOnlineStatusCheck();
|
||||
void userOnlineUpdated(not_null<PeerData*> peer);
|
||||
void groupHasCallUpdated(not_null<PeerData*> peer);
|
||||
|
||||
void updateRowCornerStatusShown(
|
||||
not_null<History*> history,
|
||||
bool shown);
|
||||
void updateDialogRowCornerStatus(not_null<History*> history);
|
||||
|
||||
void setupShortcuts();
|
||||
RowDescriptor computeJump(
|
||||
|
Reference in New Issue
Block a user