aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-10-05 22:19:55 +0200
committerKim Alvefur <zash@zash.se>2020-10-05 22:19:55 +0200
commita1bb944f52906a0abc6d1ddee08d84f613cab20d (patch)
tree060ba2b8121870957dd27611f33460643ccaedf6 /plugins/muc
parent4b4f32104fa6bf53f1c1ad22296d7be212601891 (diff)
parentc91cc915b61f11526e99bf16910d3ecba923c1a8 (diff)
downloadprosody-a1bb944f52906a0abc6d1ddee08d84f613cab20d.tar.gz
prosody-a1bb944f52906a0abc6d1ddee08d84f613cab20d.zip
Merge 0.11->trunk
Diffstat (limited to 'plugins/muc')
-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 c8b99cc7..3230817c 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)