changeset 6312:ef969153ef65

mod_http_muc_log: Remove compat for Prosody 0.9
author Kim Alvefur <zash@zash.se>
date Fri, 01 Aug 2025 14:56:48 +0200
parents 2525f247084c
children 4cc3d3de74a7
files mod_http_muc_log/mod_http_muc_log.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_muc_log/mod_http_muc_log.lua	Sat Aug 02 11:06:31 2025 -0400
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Fri Aug 01 14:56:48 2025 +0200
@@ -79,7 +79,7 @@
 		return nil;
 	end
 
-	if (room.get_members_only or room.is_members_only)(room) then
+	if room:get_members_only() then
 		return false;
 	end