Skip to content

Commit

Permalink
Add a little hack for replying
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 25, 2019
1 parent dd6cad3 commit 43b629c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/models/chatmessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
actorDisplayName: '',
timestamp: 0,
message: '',
messageParameters: []
messageParameters: [],
replyTo: 0
},

url: function() {
Expand Down

0 comments on commit 43b629c

Please sign in to comment.