mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
fix: meh
This commit is contained in:
parent
c408c5fb87
commit
3948341d6a
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ void HistoryItem::setCommentsItemId(FullMsgId id) {
|
|||
|
||||
void HistoryItem::setServiceText(PreparedServiceText &&prepared) {
|
||||
auto text = std::move(prepared.text);
|
||||
if (!prepared.text.empty()) {
|
||||
if (!text.text.isEmpty()) {
|
||||
const auto settings = &AyuSettings::getInstance();
|
||||
text = text.append(QString(" (%1)").arg(QLocale().toString(
|
||||
base::unixtime::parse(_date),
|
||||
|
|
Loading…
Add table
Reference in a new issue