2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Display shared stories in message history.

This commit is contained in:
John Preston
2023-06-12 22:37:17 +04:00
parent d7186e68e2
commit c133f4de69
13 changed files with 229 additions and 43 deletions

View File

@@ -492,7 +492,10 @@ public:
FullMsgId contextId,
MsgId topicRootId,
bool showInMediaView = false);
bool openStory(FullMsgId fakeItemId, bool forceArchiveContext = false);
bool openSharedStory(HistoryItem *item);
bool openFakeItemStory(
FullMsgId fakeItemId,
bool forceArchiveContext = false);
void showChooseReportMessages(
not_null<PeerData*> peer,