aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/subject.lib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/muc/subject.lib.lua')
-rw-r--r--plugins/muc/subject.lib.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/muc/subject.lib.lua b/plugins/muc/subject.lib.lua
index 938abf61..14256bbc 100644
--- a/plugins/muc/subject.lib.lua
+++ b/plugins/muc/subject.lib.lua
@@ -31,10 +31,10 @@ end
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)