resetSession: Take both UUID and e164, use each correctly

This commit is contained in:
Scott Nonnenberg 2020-06-08 13:22:26 -07:00
parent ae47748720
commit acf95f4745
3 changed files with 13 additions and 9 deletions

View file

@ -1727,7 +1727,8 @@
message.send(
this.wrapSend(
textsecure.messaging.resetSession(
this.get('uuid') || this.get('e164'),
this.get('uuid'),
this.get('e164'),
now,
options
)