mirror of https://github.com/vector-im/riot-web
login event should be IAnonymousEvent
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…
Reference in New Issue