Show out message timestamp always for > 3 custom emoji.

This commit is contained in:
John Preston 2022-08-15 17:54:45 +03:00
parent 51010e864c
commit 4933fbb74a

View file

@ -290,7 +290,7 @@ void CustomEmoji::paintCustom(
}
bool CustomEmoji::alwaysShowOutTimestamp() {
return (_lines.size() == 1) && _lines.back().size() > 2;
return (_lines.size() == 1) && _lines.back().size() > 3;
}
bool CustomEmoji::hasHeavyPart() const {