1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Added hook to proppatch request

This commit is contained in:
Tuna Celik 2020-08-19 01:38:49 +02:00
parent 46d1a31441
commit 06fbac67a1
2 changed files with 11 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class BaseHook:
class HookNotificationItemTypes(Enum):
CPATCH = "cpatch"
UPSERT = "upsert"
DELETE = "delete"