mod_muc_inject_mentions/README.markdown
changeset 4165 032e1c79d039
parent 4164 9626d5d1adc4
child 4167 320f6d374b5d
--- a/mod_muc_inject_mentions/README.markdown	Mon Sep 28 19:06:20 2020 +0200
+++ b/mod_muc_inject_mentions/README.markdown	Tue Sep 29 17:05:14 2020 +0200
@@ -52,6 +52,16 @@
 If none or both are found, all rooms in the muc component will have mentions enabled.
 
 
+By default, if a message contains at least one mention,
+the module does not do anything, as it believes all mentions were already sent by the client.
+In cases where it is desired the module to inspect the message and try to find extra mentions
+that could be missing, the following setting can be added:
+
+```
+muc_inject_mentions_append_mentions = true
+```
+
+
 It is also possible to modify how this module detects mentions.
 In short, the module will detect if a mention is actually a mention
 if the nickname (with or without affixes) is between spaces, new lines, or at the beginning/end of the message.