mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Fix build on macOS.
This commit is contained in:
parent
e027196c8a
commit
73609fe5b2
3 changed files with 2 additions and 2 deletions
Telegram
|
@ -1729,7 +1729,6 @@ void Reactions::sendPaidPrivacyRequest(
|
|||
|
||||
const auto id = item->fullId();
|
||||
auto &api = _owner->session().api();
|
||||
using Flag = MTPmessages_SendPaidReaction::Flag;
|
||||
const auto requestId = api.request(
|
||||
MTPmessages_TogglePaidReactionPrivacy(
|
||||
item->history()->peer->input,
|
||||
|
|
|
@ -23,6 +23,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "ui/text/text_utilities.h"
|
||||
#include "ui/boxes/calendar_box.h"
|
||||
#include "platform/platform_specific.h"
|
||||
#include "core/application.h"
|
||||
#include "core/file_utilities.h"
|
||||
#include "base/unixtime.h"
|
||||
#include "main/main_session.h"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e5c685c47aa21856a591b77ca6853a5aa2d0624b
|
||||
Subproject commit 9e70c25b63b174494f2077d73e305750ad593cf2
|
Loading…
Add table
Reference in a new issue