Browse Source

Bugfix. Make sure nick is shown for sent messages

JC Brand 7 years ago
parent
commit
30c9a878ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/converse-muc.js

+ 1 - 0
src/converse-muc.js

@@ -305,6 +305,7 @@
                 getOutgoingMessageAttributes (text, spoiler_hint) {
                     const is_spoiler = this.get('composing_spoiler');
                     return {
+                        'nick': this.get('nick'),
                         'from': `${this.get('jid')}/${this.get('nick')}`,
                         'fullname': this.get('nick'),
                         'is_spoiler': is_spoiler,