changeset 5127:be859bfdd44e

mod_muc_moderation/README: Simplify Compatibility section Features that vary depending on the configured storage is a bit tricky to express.
author Kim Alvefur <zash@zash.se>
date Tue, 03 Jan 2023 16:10:16 +0100
parents 5784ff4f3b76
children 7cc0f68b8715
files mod_muc_moderation/README.markdown
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_moderation/README.markdown	Sat Dec 31 17:09:18 2022 +0100
+++ b/mod_muc_moderation/README.markdown	Tue Jan 03 16:10:16 2023 +0100
@@ -21,10 +21,9 @@
 
 # Compatibility
 
--   Should work with Prosody 0.11.x and later.
--   Tested with trunk rev `52c6dfa04dba`.
--   Message tombstones requires a compatible storage module implementing
-    a new message replacement API.
+-   Basic functionality with Prosody 0.11.x and later
+-   Full functionality with Prosody 0.12.x and `internal` or `sql`
+    storage^[Replacing moderated messages with tombstones requires new storage API methods.]
 
 ## Clients