diff --git a/src/core/events.ts b/src/core/events.ts index 75aab81d..2152dc61 100644 --- a/src/core/events.ts +++ b/src/core/events.ts @@ -40,7 +40,7 @@ export enum ChatMessageActions { MessageAnnotationCreate = 'annotation.create', /** Action applied to a deleted annotation. */ - MessageAnnotationUpdate = 'annotation.delete', + MessageAnnotationDelete = 'annotation.delete', /** Action applied to a meta occupancy message. */ MessageMetaOccupancy = 'meta.occupancy',