Use profileKey from any incoming DataMessage
This commit is contained in:
parent
e0dc4c412d
commit
7e31b37417
3 changed files with 31 additions and 14 deletions
|
@ -213,6 +213,7 @@ export type ProfileKeyUpdateData = Readonly<{
|
|||
export class ProfileKeyUpdateEvent extends ConfirmableEvent {
|
||||
constructor(
|
||||
public readonly data: ProfileKeyUpdateData,
|
||||
public readonly reason: string,
|
||||
confirm: ConfirmCallback
|
||||
) {
|
||||
super('profileKeyUpdate', confirm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue