mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Fix disco#items on PEP service
This commit is contained in:
parent
636d68e0a9
commit
0ba6c78ed0
@ -612,7 +612,7 @@ disco_items(Host, <<>>, From) ->
|
||||
jid = jid:make(Host),
|
||||
name = case get_option(Options, title) of
|
||||
false -> <<>>;
|
||||
[Title] -> Title
|
||||
Title -> Title
|
||||
end} | Acc];
|
||||
_ ->
|
||||
Acc
|
||||
|
Loading…
Reference in New Issue
Block a user