Software /
code /
prosody
Diff
plugins/muc/lock.lib.lua @ 8866:2c60ae791bdc
MUC: Enable room locking by default to gather feedback (#328)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Jun 2018 14:46:57 +0200 |
parent | 8566:8ea66e42a27b |
child | 10450:c1edeb9fe337 |
line wrap: on
line diff
--- a/plugins/muc/lock.lib.lua Sat Jun 02 20:15:32 2018 +0200 +++ b/plugins/muc/lock.lib.lua Sun Jun 03 14:46:57 2018 +0200 @@ -9,7 +9,7 @@ local st = require "util.stanza"; -local lock_rooms = module:get_option_boolean("muc_room_locking", false); +local lock_rooms = module:get_option_boolean("muc_room_locking", true); local lock_room_timeout = module:get_option_number("muc_room_lock_timeout", 300); local function lock(room)