Fix left pane summary for gift badges
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user