Send update when title of unused tag changes.
This commit is contained in:
parent
f0503191e4
commit
d85dcb8298
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user