mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +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