Add missing command handler connection that I forgot about
This commit is contained in:
parent
af296510aa
commit
59c7f1fd2e
|
@ -770,6 +770,7 @@ export default class PeerClient {
|
||||||
send_chat: this.sendChat,
|
send_chat: this.sendChat,
|
||||||
send_media: this.sendMedia,
|
send_media: this.sendMedia,
|
||||||
delete_chat: this.deleteChat,
|
delete_chat: this.deleteChat,
|
||||||
|
mark_read: this.markRead,
|
||||||
}[req.command] || this.handleUnknownCommand
|
}[req.command] || this.handleUnknownCommand
|
||||||
}
|
}
|
||||||
const resp = { id: req.id }
|
const resp = { id: req.id }
|
||||||
|
|
Loading…
Reference in New Issue