Skip to content

Commit 7d2b047

Browse files
committed
Support for encrypted chat
1 parent 7fa9cae commit 7d2b047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/noteshandler.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ export class NotesConnection extends CommonConnection {
110110
this.notepadio.to(purenotes.roomname).emit('chatquestion', {
111111
displayname: displayname,
112112
text: cmd.text,
113+
encData: cmd.encData,
114+
keyindex: cmd.keyindex,
115+
iv: cmd.iv,
113116
userhash: userhash
114117
})
115118

0 commit comments

Comments
 (0)