Software /
code /
prosody-modules
Comparison
mod_muc_hide_media/README.markdown @ 4787:df2246b15075
mod_muc_restrict_media: Allow hiding inline media from unaffiliated users in MUCs
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 23 Nov 2021 17:14:25 +0000 |
parent | 3681:d267e381255f |
comparison
equal
deleted
inserted
replaced
4786:016e9c7733bc | 4787:df2246b15075 |
---|---|
3 This module adds a room configuration option to hide inline media from MUCs and | 3 This module adds a room configuration option to hide inline media from MUCs and |
4 display them as links instead. | 4 display them as links instead. |
5 | 5 |
6 This can be useful in public channels where content posted by users should not | 6 This can be useful in public channels where content posted by users should not |
7 be shown by default. | 7 be shown by default. |
8 | |
9 **Note:** You could consider the more useful [mod_muc_restrict_media] instead, | |
10 which allows affiliated users (e.g. members, admins, owners) to still send | |
11 inline media. | |
8 | 12 |
9 # Configuring | 13 # Configuring |
10 | 14 |
11 ## Enabling | 15 ## Enabling |
12 | 16 |