Merge pull request #9253 from owncloud/collaboration_multiple_fileinfo

feat: explicit provider for WOPI apps to handle fileinfo
This commit is contained in:
Michael Barz
2024-06-24 11:28:08 +02:00
committed by GitHub
15 changed files with 817 additions and 330 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ type WopiApp struct {
}
type Collaboration struct {
WopiApp WopiApp `yaml:"wopiapp"`
WopiApp WopiApp `yaml:"wopi"`
}
type Nats struct {