mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Don't forget to import mod_opt_type/1 in mod_metrics
This commit is contained in:
parent
d54f211514
commit
47050db6b8
@ -39,7 +39,7 @@
|
||||
s2s_send_packet, s2s_receive_packet,
|
||||
remove_user, register_user]).
|
||||
|
||||
-export([start/2, stop/1, send_metrics/4, opt_type/1]).
|
||||
-export([start/2, stop/1, send_metrics/4, opt_type/1, mod_opt_type/1]).
|
||||
|
||||
-export([offline_message_hook/3,
|
||||
sm_register_connection_hook/3, sm_remove_connection_hook/3,
|
||||
@ -126,3 +126,6 @@ send_metrics(Host, Probe, Peer, Port) ->
|
||||
|
||||
opt_type(_) ->
|
||||
[].
|
||||
|
||||
mod_opt_type(_) ->
|
||||
[].
|
||||
|
Loading…
Reference in New Issue
Block a user