mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix dialyzer warning
The function is call with binary format from ejabberd_c2s.
This commit is contained in:
parent
b0453ea2ce
commit
0770252e9b
1 changed files with 2 additions and 1 deletions
|
@ -1152,7 +1152,8 @@ opt_type(language) ->
|
||||||
opt_type(_) ->
|
opt_type(_) ->
|
||||||
[hosts, language].
|
[hosts, language].
|
||||||
|
|
||||||
-spec may_hide_data(string()) -> string().
|
-spec may_hide_data(string()) -> string();
|
||||||
|
(binary()) -> binary().
|
||||||
|
|
||||||
may_hide_data(Data) ->
|
may_hide_data(Data) ->
|
||||||
case ejabberd_config:get_option(
|
case ejabberd_config:get_option(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue