Software / code / prosody
Diff
plugins/muc/persistent.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 |
| parent | 7352:50b24b3476e6 |
| child | 7401:e16b3fd0bd80 |
line wrap: on
line diff
--- a/plugins/muc/persistent.lib.lua Thu Apr 14 21:23:09 2016 +0200 +++ b/plugins/muc/persistent.lib.lua Fri Apr 15 11:50:55 2016 +0200 @@ -15,7 +15,6 @@ persistent = persistent and true or nil; if get_persistent(room) == persistent then return false; end room._data.persistent = persistent; - room:save(true); return true; end