# HG changeset patch # User Kim Alvefur # Date 1672758616 -3600 # Node ID be859bfdd44ed011ffcba274b84310752fda38d0 # Parent 5784ff4f3b761f207d53e1acc1de766498da6e88 mod_muc_moderation/README: Simplify Compatibility section Features that vary depending on the configured storage is a bit tricky to express. diff -r 5784ff4f3b76 -r be859bfdd44e mod_muc_moderation/README.markdown --- 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