mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-27 17:13:40 +00:00
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;
|
||||||
|
|
||||||
|
@ -96,8 +96,8 @@ void SuggestPhotoFile(
|
|||||||
|
|
||||||
template <typename Callback>
|
template <typename Callback>
|
||||||
void ShowChoosePhotoBox(
|
void ShowChoosePhotoBox(
|
||||||
QPointer<QWidget> parent,
|
QPointer<QWidget> parent,
|
||||||
PeerId peerForCrop,
|
PeerId peerForCrop,
|
||||||
Callback &&callback) {
|
Callback &&callback) {
|
||||||
auto imgExtensions = cImgExtensions();
|
auto imgExtensions = cImgExtensions();
|
||||||
auto filter = qsl("Image files (*")
|
auto filter = qsl("Image files (*")
|
||||||
|
Loading…
Reference in New Issue
Block a user