mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Enforce pubsub node removal, revert previous commit (#1320)
This reverts commit 2976c2d921
.
and enforce node purge/removal instead
This commit is contained in:
parent
2976c2d921
commit
bcc04d93e1
3 changed files with 31 additions and 7 deletions
|
@ -176,3 +176,9 @@
|
|||
creation ,% :: {erlang:timestamp(), jlib:ljid()},
|
||||
payload % :: mod_pubsub:payload()
|
||||
}).
|
||||
|
||||
-record(pubsub_orphan,
|
||||
{
|
||||
nodeid ,% :: mod_pubsub:nodeIdx(),
|
||||
items = [] % :: list()
|
||||
}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue