You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/errors/codes.textile
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -764,12 +764,12 @@ This error occurs when attempting to "subscribe to individual annotations":/docs
764
764
*Resolution*:
765
765
* Ensure that @annotation_subscribe@ mode is specified in the client "channel options":/docs/channels/options before subscribing to individual annotations.
766
766
767
-
h2(#93002). 93002: Annotations are only supported on channels with the Mutable Messages feature enabled
767
+
h2(#93002). 93002: Annotations are only supported on channels with message annotations, updates, and deletes enabled
768
768
769
-
This error occurs when attempting to use "message annotations":/docs/messages/annotations on a channel that does not have Mutable Messages enabled.
769
+
This error occurs when attempting to use "message annotations":/docs/messages/annotations on a channel that does not have them enabled.
770
770
771
771
*Resolution*:
772
-
* Create a "channel rule":/docs/channels#rules for the channel or channel namespace with Mutable Messages enabled.
772
+
* Create a "channel rule":/docs/channels#rules for the channel or channel namespace with *Message annotations, updates, and deletes* enabled.
0 commit comments