mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 06:33:59 +00:00
Added sticker picker to touchbar.
This commit is contained in:
@@ -1397,6 +1397,14 @@ rpl::producer<> Session::stickersUpdated() const {
|
||||
return _stickersUpdated.events();
|
||||
}
|
||||
|
||||
void Session::notifyRecentStickersUpdated() {
|
||||
_recentStickersUpdated.fire({});
|
||||
}
|
||||
|
||||
rpl::producer<> Session::recentStickersUpdated() const {
|
||||
return _recentStickersUpdated.events();
|
||||
}
|
||||
|
||||
void Session::notifySavedGifsUpdated() {
|
||||
_savedGifsUpdated.fire({});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user