plugins/mod_mam/mod_mam.lua
changeset 11285 142fb655b885
parent 11284 e35e98541ca0
child 11341 f89c8e6beaa6
--- a/plugins/mod_mam/mod_mam.lua	Tue Jan 12 19:00:44 2021 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Tue Jan 12 19:25:29 2021 +0100
@@ -567,8 +567,7 @@
 module:hook("message/bare", message_handler, 0);
 module:hook("message/full", message_handler, 0);
 
-local advertise_extended = module:get_option_boolean("mam_advertise_extend", false);
--- TODO delete feature flag option
+local advertise_extended = archive.caps and archive.caps.full_id_range and archive.caps.ids;
 
 module:hook("account-disco-info", function(event)
 	(event.reply or event.stanza):tag("feature", {var=xmlns_mam}):up();