diff --git a/td/telegram/ReactionManager.cpp b/td/telegram/ReactionManager.cpp index 4f0a6dac6..a2e5c185b 100644 --- a/td/telegram/ReactionManager.cpp +++ b/td/telegram/ReactionManager.cpp @@ -385,7 +385,7 @@ bool ReactionManager::SavedReactionTags::set_tag_title(const ReactionType &react tags_.emplace_back(reaction_type, title, 0); std::sort(tags_.begin(), tags_.end()); hash_ = calc_hash(); - return false; + return true; } int64 ReactionManager::SavedReactionTags::calc_hash() const {