fix(server): empty/restore trash (#7161)

* fix(server): empty/restore trash

* add e2e tests

* add e2e tests - part 2
This commit is contained in:
Michel Heusschen 2024-02-17 21:05:43 +01:00 committed by GitHub
parent 69983ff83a
commit 0730b54ca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 101 additions and 2 deletions

View file

@ -7,6 +7,7 @@ import { libraryApi } from './library-api';
import { partnerApi } from './partner-api';
import { serverInfoApi } from './server-info-api';
import { sharedLinkApi } from './shared-link-api';
import { trashApi } from './trash-api';
import { userApi } from './user-api';
export const api = {
@ -17,6 +18,7 @@ export const api = {
libraryApi,
serverInfoApi,
sharedLinkApi,
trashApi,
albumApi,
userApi,
partnerApi,