mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme to layer 133.
This commit is contained in:
@@ -25,7 +25,7 @@ using UpdateFlag = Data::PeerUpdate::Flag;
|
||||
|
||||
ChatData::ChatData(not_null<Data::Session*> owner, PeerId id)
|
||||
: PeerData(owner, id)
|
||||
, inputChat(MTP_int(peerToChat(id).bare)) {
|
||||
, inputChat(MTP_long(peerToChat(id).bare)) {
|
||||
_flags.changes(
|
||||
) | rpl::start_with_next([=](const Flags::Change &change) {
|
||||
if (change.diff & ChatDataFlag::CallNotEmpty) {
|
||||
|
Reference in New Issue
Block a user