update nextcloud for file support

This commit is contained in:
Matthias Hochmeister
2026-03-13 13:46:08 +01:00
parent e36de3199a
commit e26d77ef35
10 changed files with 600 additions and 24 deletions

View File

@@ -38,6 +38,7 @@ export interface NextcloudMessage {
timestamp: number;
messageType: string;
systemMessage: string;
messageParameters?: Record<string, any>;
}
export interface NextcloudRoomListData {