feat(changelog): link c/u/d sse

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-04-19 16:01:31 +02:00
parent 9aa9684e46
commit 10e41556ba
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -39,6 +39,9 @@ var _registeredEvents = []events.Unmarshaller{
events.ShareCreated{},
events.ShareRemoved{},
events.ShareUpdated{},
events.LinkCreated{},
events.LinkUpdated{},
events.LinkRemoved{},
}
// Server is the entrypoint for the server command.