Fix left pane summary for gift badges
This commit is contained in:
parent
fcc60202c2
commit
e281fbe0e0
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
if (giftBadge) {
|
||||
const emoji = '🎁';
|
||||
|
||||
if (isIncoming(this.attributes)) {
|
||||
if (isOutgoing(this.attributes)) {
|
||||
return {
|
||||
emoji,
|
||||
text: window.i18n('message--giftBadge--preview--sent'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue