1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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
}
export interface IOnboardingLoginBegin extends IEvent {
export interface IOnboardingLoginBegin extends IAnonymousEvent {
key: "onboarding_login_begin",
}