2
0
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:
John Preston
2017-12-05 20:14:28 +04:00
parent f8e094392f
commit 85d8273009
13 changed files with 235 additions and 108 deletions

View File

@@ -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);