login event should be IAnonymousEvent

This commit is contained in:
James Salter 2021-07-21 11:23:42 +01:00
parent 678474c0e8
commit d9594c428a

View file

@ -23,7 +23,7 @@ export interface IRoomEvent extends IPseudonymousEvent {
hashedRoomId: string hashedRoomId: string
} }
export interface IOnboardingLoginBegin extends IEvent { export interface IOnboardingLoginBegin extends IAnonymousEvent {
key: "onboarding_login_begin", key: "onboarding_login_begin",
} }