mirror of https://github.com/procxx/kepka.git
New notifications API, defaults for users/chats.
This commit is contained in:
parent
4a8b6ff5ba
commit
44b551898d
|
@ -1064,6 +1064,7 @@ account.getTmpPassword#4a82327e password_hash:bytes period:int = account.TmpPass
|
||||||
account.getWebAuthorizations#182e6d6f = account.WebAuthorizations;
|
account.getWebAuthorizations#182e6d6f = account.WebAuthorizations;
|
||||||
account.resetWebAuthorization#2d01b9ef hash:long = Bool;
|
account.resetWebAuthorization#2d01b9ef hash:long = Bool;
|
||||||
account.resetWebAuthorizations#682d2594 = Bool;
|
account.resetWebAuthorizations#682d2594 = Bool;
|
||||||
|
account.getAllSecureValues#b288bc7d = Vector<SecureValue>;
|
||||||
account.getSecureValue#73665bc2 types:Vector<SecureValueType> = Vector<SecureValue>;
|
account.getSecureValue#73665bc2 types:Vector<SecureValueType> = Vector<SecureValue>;
|
||||||
account.saveSecureValue#899fe31d value:InputSecureValue secure_secret_id:long = SecureValue;
|
account.saveSecureValue#899fe31d value:InputSecureValue secure_secret_id:long = SecureValue;
|
||||||
account.deleteSecureValue#b880bc4b types:Vector<SecureValueType> = Bool;
|
account.deleteSecureValue#b880bc4b types:Vector<SecureValueType> = Bool;
|
||||||
|
|
|
@ -164,7 +164,6 @@ private:
|
||||||
Scope *_editScope = nullptr;
|
Scope *_editScope = nullptr;
|
||||||
const Value *_editValue = nullptr;
|
const Value *_editValue = nullptr;
|
||||||
const Value *_editDocument = nullptr;
|
const Value *_editDocument = nullptr;
|
||||||
int _editDocumentIndex = -1;
|
|
||||||
BoxPointer _scopeDocumentTypeBox;
|
BoxPointer _scopeDocumentTypeBox;
|
||||||
std::map<not_null<const Value*>, BoxPointer> _verificationBoxes;
|
std::map<not_null<const Value*>, BoxPointer> _verificationBoxes;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue