mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
void HistoryItem::setServiceText(PreparedServiceText &&prepared) {
|
||||||
auto text = std::move(prepared.text);
|
auto text = std::move(prepared.text);
|
||||||
if (!prepared.text.empty()) {
|
if (!text.text.isEmpty()) {
|
||||||
const auto settings = &AyuSettings::getInstance();
|
const auto settings = &AyuSettings::getInstance();
|
||||||
text = text.append(QString(" (%1)").arg(QLocale().toString(
|
text = text.append(QString(" (%1)").arg(QLocale().toString(
|
||||||
base::unixtime::parse(_date),
|
base::unixtime::parse(_date),
|
||||||
|
|
Loading…
Add table
Reference in a new issue