feat(activitylog): Add FileUpdated Activity

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-09-17 10:07:37 +02:00
parent 27d2cf122e
commit 9ef00dbf27
4 changed files with 10 additions and 1 deletions
@@ -637,7 +637,7 @@ Feature: check share activity
"required": ["message","variables"],
"properties": {
"message": {
"const": "{user} added {resource} to {space}"
"const": "{user} updated {resource} in {space}"
},
"variables": {
"type": "object",