feat: add max_upload_size_bytes column and shared type

This commit is contained in:
Jannis Braun
2026-03-23 02:19:42 +01:00
parent 3c2c333a56
commit eb743ca2ca
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -605,6 +605,7 @@ export interface InstanceAdminSettings {
discoveryEnabled: boolean;
gifApiKey?: string;
gifEnabled?: boolean;
maxUploadSizeMb: number;
}
export interface InstanceStreamingLimits {