mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
login event should be IAnonymousEvent
This commit is contained in:
parent
678474c0e8
commit
d9594c428a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export interface IRoomEvent extends IPseudonymousEvent {
|
|||
hashedRoomId: string
|
||||
}
|
||||
|
||||
export interface IOnboardingLoginBegin extends IEvent {
|
||||
export interface IOnboardingLoginBegin extends IAnonymousEvent {
|
||||
key: "onboarding_login_begin",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue