You've already forked matrix-react-sdk
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:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user