mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 05:58:38 +00:00
Fix invoice pinned message phrase.
This commit is contained in:
parent
1ffd6d54a0
commit
2e2aed5002
@ -1474,7 +1474,9 @@ TextWithEntities MediaInvoice::notificationText() const {
|
||||
}
|
||||
|
||||
QString MediaInvoice::pinnedTextSubstring() const {
|
||||
return QString();
|
||||
return QString::fromUtf8("\xC2\xAB")
|
||||
+ _invoice.title
|
||||
+ QString::fromUtf8("\xC2\xBB");
|
||||
}
|
||||
|
||||
TextForMimeData MediaInvoice::clipboardText() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user