Mercurial > prosody-modules
diff mod_pastebin/README.md @ 6336:c819b1b5a775
mod_pastebin: Clarify that mod_pastebin cannot process encrypted messages
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2025 11:53:29 +0100 |
| parents | 1f00618ad3be |
| children |
line wrap: on
line diff
--- a/mod_pastebin/README.md Fri Oct 03 11:31:17 2025 +0100 +++ b/mod_pastebin/README.md Fri Oct 03 11:53:29 2025 +0100 @@ -23,6 +23,9 @@ generated, so they can be considered for most purposes to be private, and cannot be discovered by people who are not in the room. +**Note:** mod_pastebin cannot read, and therefore does not act on, end-to-end +encrypted messages (e.g. messages using OMEMO). + # Usage To set up mod_pastebin for MUC rooms it **must** be explicitly loaded,
