My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Squashed 'ocaml-zulip/' changes from ed5d9c6..b6d63a6

b6d63a6 Merge commit '26dcccdf4ee295ce11a824138e57b94d28b00202'
7573c25 fixes

git-subtree-dir: ocaml-zulip
git-subtree-split: b6d63a6dc37e8b8e69ff99e38560370bac840de3

+3 -3
+1 -1
lib/zulip/channel.mli
··· 121 121 (** Email notification setting. *) 122 122 123 123 val wildcard_mentions_notify : t -> bool option 124 - (** Whether to notify on @all/@everyone mentions. *) 124 + (** Whether to notify on \@all/\@everyone mentions. *) 125 125 126 126 val jsont : t Jsont.t 127 127 (** Jsont codec for subscription. *)
+2 -2
lib/zulip/message_flag.mli
··· 18 18 19 19 type t = 20 20 [ modifiable 21 - | `Mentioned (** User was @-mentioned in the message *) 22 - | `Wildcard_mentioned (** User was mentioned via @all/@everyone *) 21 + | `Mentioned (** User was \@-mentioned in the message *) 22 + | `Wildcard_mentioned (** User was mentioned via \@all/\@everyone *) 23 23 | `Has_alert_word (** Message contains one of user's alert words *) 24 24 | `Historical (** Message predates user joining the stream *) ] 25 25 (** All possible message flags. *)