Send update when title of unused tag changes.

This commit is contained in:
levlam 2024-02-02 18:52:53 +03:00
parent f0503191e4
commit d85dcb8298

View File

@ -385,7 +385,7 @@ bool ReactionManager::SavedReactionTags::set_tag_title(const ReactionType &react
tags_.emplace_back(reaction_type, title, 0); tags_.emplace_back(reaction_type, title, 0);
std::sort(tags_.begin(), tags_.end()); std::sort(tags_.begin(), tags_.end());
hash_ = calc_hash(); hash_ = calc_hash();
return false; return true;
} }
int64 ReactionManager::SavedReactionTags::calc_hash() const { int64 ReactionManager::SavedReactionTags::calc_hash() const {