Formally remove discord_path from room avatars

This commit is contained in:
Cadence Ember
2026-01-09 13:56:21 +13:00
parent 045fdfdf27
commit 513e67189e

1
src/types.d.ts vendored
View File

@@ -276,7 +276,6 @@ export namespace Event {
}
export type M_Room_Avatar = {
discord_path?: string
url?: string
}