Diff

plugins/muc/subject.lib.lua @ 11141:a5acd6354845

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 22:19:55 +0200
parent 9684:b2d6b79c9513
parent 11128:c3eefb517b7b
child 12977:74b9e05af71e
line wrap: on
line diff
--- a/plugins/muc/subject.lib.lua	Mon Oct 05 21:54:17 2020 +0200
+++ b/plugins/muc/subject.lib.lua	Mon Oct 05 22:19:55 2020 +0200
@@ -31,10 +31,10 @@
 
 module:hook("muc-disco#info", function (event)
 	table.insert(event.form, {
-		name = "muc#roominfo_changesubject";
+		name = "muc#roomconfig_changesubject";
 		type = "boolean";
 	});
-	event.formdata["muc#roominfo_changesubject"] = get_changesubject(event.room);
+	event.formdata["muc#roomconfig_changesubject"] = get_changesubject(event.room);
 end);
 
 module:hook("muc-config-form", function(event)