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

Fix leaving channels and supergroups.

Fixes #5838.
This commit is contained in:
John Preston
2019-03-25 15:49:57 +04:00
parent d7a67a6a1c
commit bb2e683dea
3 changed files with 23 additions and 16 deletions

View File

@@ -125,6 +125,8 @@ public:
[[nodiscard]] not_null<History*> history(not_null<const PeerData*> peer);
[[nodiscard]] History *historyLoaded(const PeerData *peer);
void deleteConversationLocally(not_null<PeerData*> peer);
void registerSendAction(
not_null<History*> history,
not_null<UserData*> user,