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

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

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

Loading…
Cancel
Save