feat(clientlog): space/share created/removed sse

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-04-15 15:48:20 +02:00
parent 6aa71d74d2
commit 370522e7cf
3 changed files with 33 additions and 5 deletions
+4
View File
@@ -33,6 +33,10 @@ var _registeredEvents = []events.Unmarshaller{
events.FileLocked{},
events.FileUnlocked{},
events.FileTouched{},
events.SpaceShared{},
events.SpaceUnshared{},
events.ShareCreated{},
events.ShareRemoved{},
}
// Server is the entrypoint for the server command.