Skip to content

Commit

Permalink
Merge pull request #395 from ably/fix/correct-event-name
Browse files Browse the repository at this point in the history
fix: Correct annotation enum
  • Loading branch information
splindsay-92 authored Nov 7, 2024
2 parents fae9060 + d4a8803 commit fccf814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fccf814

Please sign in to comment.