Changeset

11141:a5acd6354845

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 22:19:55 +0200
parents 11139:2187643b8e20 (current diff) 11140:e17b98feb0b7 (diff)
children 11143:818255f49297
files plugins/muc/subject.lib.lua util/dependencies.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)