Bump matrix-js-sdk to latest (#2946)

Co-authored-by: Timo <toger5@hotmail.de>
This commit is contained in:
Hugh Nimmo-Smith
2025-01-16 10:31:05 -05:00
committed by GitHub
co-authored by Timo
parent 0f2e67dd60
commit 723fa290ff
3 changed files with 21 additions and 13 deletions
+8
View File
@@ -15,4 +15,12 @@ declare module "matrix-js-sdk/src/types" {
export interface TimelineEvents {
[ElementCallReactionEventType]: ECallReactionEventContent;
}
export interface AccountDataEvents {
// Analytics account data event
"im.vector.analytics": {
id: string;
pseudonymousAnalyticsOptIn?: boolean;
};
}
}