2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Show Saved Messages in Reply in another chat.

This commit is contained in:
John Preston
2023-10-29 09:52:42 +04:00
parent ec3fc8c749
commit 597816db09
7 changed files with 31 additions and 25 deletions

View File

@@ -45,8 +45,8 @@ public:
Main::Session &session() const override;
void rowClicked(not_null<PeerListRow*> row) override;
bool respectSavedMessagesChat() const override {
return true;
QString savedMessagesChatStatus() const override {
return tr::lng_saved_forward_here(tr::now);
}
private: