Skip to content

Commit 2bc3510

Browse files
committed
Rename action META_OCCUPANCY->META
ably/specification@35bbeb7 Technically a breaking change. We're not considering it such because `Message.action` was only introduced recently as part of the annotations/materialization work, which isn't yet part of a publicly released feature yet, and isn't added to our [main documentation](https://ably.com/docs/api/realtime-sdk/types#message). So it's just very unlikely that anyone is relying on the action yet. Our inband occupancy events docs still all say to use the message name, which is not changing.
1 parent aedfd9b commit 2bc3510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/main/java/io/ably/lib/types/MessageAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public enum MessageAction {
44
MESSAGE_CREATE, // 0
55
MESSAGE_UPDATE, // 1
66
MESSAGE_DELETE, // 2
7-
META_OCCUPANCY, // 3
7+
META, // 3
88
MESSAGE_SUMMARY; // 4
99

1010
static MessageAction tryFindByOrdinal(int ordinal) {

0 commit comments

Comments
 (0)