Skip to content

Commit 43b629c

Browse files
committed
Add a little hack for replying
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent dd6cad3 commit 43b629c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

js/models/chatmessage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
actorDisplayName: '',
5050
timestamp: 0,
5151
message: '',
52-
messageParameters: []
52+
messageParameters: [],
53+
replyTo: 0
5354
},
5455

5556
url: function() {

0 commit comments

Comments
 (0)