resetSession: Take both UUID and e164, use each correctly
This commit is contained in:
parent
ae47748720
commit
acf95f4745
3 changed files with 13 additions and 9 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue