Use '= {}' instead of '= Auto()'.

This commit is contained in:
levlam 2022-04-18 18:21:41 +03:00
parent 782670c7db
commit a506382e4b

View File

@ -1822,7 +1822,7 @@ class MessagesManager final : public Actor {
void on_resolve_secret_chat_message_via_bot_username(const string &via_bot_username, MessageInfo *message_info_ptr,
Promise<Unit> &&promise);
void add_secret_message(unique_ptr<PendingSecretMessage> pending_secret_message, Promise<Unit> lock_promise = Auto());
void add_secret_message(unique_ptr<PendingSecretMessage> pending_secret_message, Promise<Unit> lock_promise = {});
void on_add_secret_message_ready(int64 token);