Asynchronously load reactions on start up.
This commit is contained in:
parent
f342b65500
commit
9f520f7db2
@ -1446,7 +1446,7 @@ void StickersManager::init() {
|
||||
}
|
||||
send_closure(G()->td(), &Td::send_update, get_update_dice_emojis_object());
|
||||
|
||||
load_reactions();
|
||||
send_closure_later(actor_id(this), &StickersManager::load_reactions);
|
||||
|
||||
on_update_dice_success_values();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user