mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
login event should be IAnonymousEvent
This commit is contained in:
parent
678474c0e8
commit
d9594c428a
@ -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…
x
Reference in New Issue
Block a user