diff plugins/muc/whois.lib.lua @ 7353:ca31d3271cf8

MUC: Save room to storage once after form processing, not in each individual setter
author Kim Alvefur <zash@zash.se>
date Fri, 15 Apr 2016 11:50:55 +0200
parents 50b24b3476e6
children e16b3fd0bd80
line wrap: on
line diff
--- a/plugins/muc/whois.lib.lua	Thu Apr 14 21:23:09 2016 +0200
+++ b/plugins/muc/whois.lib.lua	Fri Apr 15 11:50:55 2016 +0200
@@ -20,7 +20,6 @@
 	assert(valid_whois[whois], "Invalid whois value")
 	if get_whois(room) == whois then return false; end
 	room._data.whois = whois;
-	room:save(true);
 	return true;
 end