Update js/models/conversations.js

Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
pull/66/head
Beaudan Campbell-Brown 7 years ago committed by sachaaaaa
parent 8afbb9b3e5
commit 86e04b89e2

@ -1445,7 +1445,7 @@
async onSessionResetInitiated() {
await this.setSessionResetStatus(SessionResetEnum.initiated);
},
async onSessionResetReceived() {
async onSessionResetReceived() {
await this.setSessionResetStatus(SessionResetEnum.request_received);
// send empty message, this will trigger the new session to propagate
// to the reset initiator.

Loading…
Cancel
Save