mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
MUC: Unset persistence of destroyed rooms later in event chain
This commit is contained in:
parent
ce04878f1f
commit
df4c41752c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ end);
|
|||
|
||||
module:hook("muc-room-destroyed", function(event)
|
||||
set_persistent(event.room, false);
|
||||
end);
|
||||
end, -100);
|
||||
|
||||
return {
|
||||
get = get_persistent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue