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
Fix wrong overriden attribute
This commit is contained in:
@@ -36,7 +36,7 @@ interface IPageView extends IAnonymousEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface IWelcomeScreenLoad extends IAnonymousEvent {
|
export interface IWelcomeScreenLoad extends IAnonymousEvent {
|
||||||
key: "welcome_screen_load",
|
eventName: "welcome_screen_load",
|
||||||
}
|
}
|
||||||
|
|
||||||
const hashHex = async (input: string): Promise<string> => {
|
const hashHex = async (input: string): Promise<string> => {
|
||||||
|
|||||||
Reference in New Issue
Block a user