···121121 (** Email notification setting. *)
122122123123 val wildcard_mentions_notify : t -> bool option
124124- (** Whether to notify on @all/@everyone mentions. *)
124124+ (** Whether to notify on \@all/\@everyone mentions. *)
125125126126 val jsont : t Jsont.t
127127 (** Jsont codec for subscription. *)
+2-2
lib/zulip/message_flag.mli
···18181919type t =
2020 [ modifiable
2121- | `Mentioned (** User was @-mentioned in the message *)
2222- | `Wildcard_mentioned (** User was mentioned via @all/@everyone *)
2121+ | `Mentioned (** User was \@-mentioned in the message *)
2222+ | `Wildcard_mentioned (** User was mentioned via \@all/\@everyone *)
2323 | `Has_alert_word (** Message contains one of user's alert words *)
2424 | `Historical (** Message predates user joining the stream *) ]
2525(** All possible message flags. *)