mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-02 15:27:09 +01:00
make sure publisher is #jid (TECH-1499)
This commit is contained in:
parent
1a24ac62e5
commit
ec8cb81c0d
@ -2915,7 +2915,7 @@ publish_item(Host, ServerHost, Node, Publisher, ItemId, Payload) ->
|
||||
true ->
|
||||
broadcast_publish_item(Host, Node, NodeId, Type,
|
||||
Options, ItemId,
|
||||
jlib:jid_tolower(Publisher), BrPayload,
|
||||
Publisher, BrPayload,
|
||||
Removed);
|
||||
false -> ok
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user