mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Show premium emoji toast / send to Saved Messages.
This commit is contained in:
@@ -111,7 +111,9 @@ auto SuggestionsWidget::appendCustom(std::vector<Row> rows)
|
||||
|
||||
auto SuggestionsWidget::lookupCustom(const std::vector<Row> &rows) const
|
||||
-> base::flat_multi_map<int, Custom> {
|
||||
if (rows.empty() || !_suggestCustomEmoji) {
|
||||
if (rows.empty()
|
||||
|| !_suggestCustomEmoji
|
||||
|| !Core::App().settings().suggestAnimatedEmoji()) {
|
||||
return {};
|
||||
}
|
||||
auto custom = base::flat_multi_map<int, Custom>();
|
||||
|
Reference in New Issue
Block a user