Barebones matrix media proxy

This commit is contained in:
Cadence Ember 2024-09-13 03:16:03 +12:00
parent eaa3b87670
commit b45d0f3038
9 changed files with 169 additions and 44 deletions

View file

@ -100,6 +100,10 @@ export type Models = {
emoji_id: string
guild_id: string
}
media_proxy: {
permitted_hash: number
}
}
export type Prepared<Row> = {