mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Implement correct saved messages history layout.
Forwarded info is displayed as a message author info (name/photo). Outgoing messages without forwarded info are displayed as out(). Messages with save_from_ info have a button for GoToOriginal().
This commit is contained in:
@@ -180,6 +180,7 @@ public:
|
||||
|
||||
void showForwardLayer(const SelectedItemSet &items);
|
||||
void showSendPathsLayer();
|
||||
void showForwardBox(SelectedItemSet &&items);
|
||||
void deleteLayer(int selectedCount = 0); // 0 - context item
|
||||
void cancelUploadLayer();
|
||||
void shareContactLayer(UserData *contact);
|
||||
|
Reference in New Issue
Block a user