1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Change onboarding_login_begin to welcome_screen_load

This commit is contained in:
James Salter
2021-07-21 16:09:22 +01:00
parent 5697eeaab8
commit 53b6749f73
2 changed files with 7 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ export interface IRoomEvent extends IPseudonymousEvent {
hashedRoomId: string
}
export interface IOnboardingLoginBegin extends IAnonymousEvent {
key: "onboarding_login_begin",
export interface IWelcomeScreenLoad extends IAnonymousEvent {
key: "welcome_screen_load",
}
const hashHex = async (input: string): Promise<string> => {