add file touched sse

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-04-04 14:39:29 +02:00
parent 0125bac362
commit dc0977b8fb
3 changed files with 8 additions and 0 deletions
@@ -147,6 +147,8 @@ func (cl *ClientlogService) processEvent(event events.Event) {
p("file-locked", e.Ref)
case events.FileUnlocked:
p("file-unlocked", e.Ref)
case events.FileTouched:
p("file-touched", e.Ref)
}
if err != nil {