v2.7.0
Full Changelog: 2.6.5...2.7.0
What's Changed
- Adds
ANNOTATION_PUBLISH
andANNOTATION_SUBSCRIBE
channel modes #1953 - Adds support for message annotations via
channel.annotations
#1953 - The message action
meta.occupancy
is now renamed tometa
. Similarly,MessageActions.META_OCCUPANCY
is nowMessageActions.META
#1953 - Fixes a bug where
deactivate
would not use device auth, meaning clients would only be able to use it with thepush-admin
capability #2000 - The push
deactivate
method's callback type is now optional when using TypeScript #2000