mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Fix build with Xcode.
This commit is contained in:
parent
47a958d81d
commit
705db0b9cf
2 changed files with 1 additions and 2 deletions
|
@ -81,7 +81,6 @@ void Chatbots::save(
|
|||
return;
|
||||
} else if (was.bot || settings.bot) {
|
||||
using Flag = MTPaccount_UpdateConnectedBot::Flag;
|
||||
using RightFlag = MTPDbusinessBotRights::Flag;
|
||||
const auto api = &_owner->session().api();
|
||||
api->request(MTPaccount_UpdateConnectedBot(
|
||||
MTP_flags(!settings.bot ? Flag::f_deleted : Flag::f_rights),
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fa79c2ad65a4992c91717af2d69bce327c48b206
|
||||
Subproject commit a42f0b789c860289adc0b35b65e97bf002f932f1
|
Loading…
Add table
Reference in a new issue