large files are now linked instead of uploaded

This commit is contained in:
Cadence Ember
2023-07-13 17:36:20 +12:00
parent 3a59d66626
commit f16900553a
6 changed files with 57 additions and 7 deletions

1
types.d.ts vendored
View File

@@ -18,6 +18,7 @@ export type AppServiceRegistrationConfig = {
rate_limited: boolean
ooye: {
namespace_prefix: string
max_file_size: number
}
}