mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Support forwarding to monoforums.
This commit is contained in:
@@ -1028,7 +1028,7 @@ void Reactions::requestMyTags(SavedSublist *sublist) {
|
||||
using Flag = MTPmessages_GetSavedReactionTags::Flag;
|
||||
my.requestId = api.request(MTPmessages_GetSavedReactionTags(
|
||||
MTP_flags(sublist ? Flag::f_peer : Flag()),
|
||||
(sublist ? sublist->peer()->input : MTP_inputPeerEmpty()),
|
||||
(sublist ? sublist->sublistPeer()->input : MTP_inputPeerEmpty()),
|
||||
MTP_long(my.hash)
|
||||
)).done([=](const MTPmessages_SavedReactionTags &result) {
|
||||
auto &my = _myTags[sublist];
|
||||
|
Reference in New Issue
Block a user