mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Revert the previous change, as priority is 0 by default
This commit is contained in:
parent
fd50b2169b
commit
7127d067c8
@ -2501,9 +2501,7 @@ change_reception(#state{reception = true} = StateData, false) ->
|
||||
[{xmlelement, "show", [],
|
||||
[{xmlcdata, StateData#state.oor_show}]},
|
||||
{xmlelement, "status", [],
|
||||
[{xmlcdata, StateData#state.oor_status}]},
|
||||
{xmlelement, "priority", [],
|
||||
[{xmlcdata, "0"}]}]},
|
||||
[{xmlcdata, StateData#state.oor_status}]}]},
|
||||
update_priority(0, Packet, StateData),
|
||||
presence_broadcast_to_trusted(
|
||||
StateData,
|
||||
|
Loading…
Reference in New Issue
Block a user