pull/253/head
Beaudan 6 years ago
parent 14367620d9
commit 9717267b00

@ -423,7 +423,7 @@
onBlockContact: () => this.block(),
onUnblockContact: () => this.unblock(),
onChangeNickname: () => this.changeNickname(),
onClearNickname: async () => this.setNickname(null),
onClearNickname: () => this.setNickname(null),
onCopyPublicKey: () => this.copyPublicKey(),
onDeleteContact: () => this.deleteContact(),
onDeleteMessages: () => this.deleteMessages(),

@ -237,7 +237,7 @@
onChangeNickname: () => {
this.model.changeNickname();
},
onClearNickname: async () => {
onClearNickname: () => {
this.model.setNickname(null);
},
onCopyPublicKey: () => {

Loading…
Cancel
Save