From 7c6db5e1b2d8579501981b1010574f0363330d28 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 7 Jun 2011 01:29:02 +0100 Subject: Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk --- plugins/mod_groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_groups.lua b/plugins/mod_groups.lua index 90c18fa1..7a876f1d 100644 --- a/plugins/mod_groups.lua +++ b/plugins/mod_groups.lua @@ -34,9 +34,9 @@ function inject_roster_contacts(username, host, roster) end if not roster[jid].groups then roster[jid].groups = { [group_name] = true }; - roster[jid].persist = false; end roster[jid].groups[group_name] = true; + roster[jid].persist = false; end end end -- cgit v1.2.3