mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix dialyzer warning on R26 in mod_matrix*
This commit is contained in:
parent
c9deea1f6f
commit
045170a67e
@ -736,7 +736,7 @@ sign_json(Host, JSON) ->
|
|||||||
binary(),
|
binary(),
|
||||||
[binary()],
|
[binary()],
|
||||||
[{binary(), binary()}],
|
[{binary(), binary()}],
|
||||||
none | jiffy:json_object(),
|
none | #{atom() | binary() => jiffy:json_value()},
|
||||||
[any()],
|
[any()],
|
||||||
[any()]) -> {ok, any()} | {error, any()}.
|
[any()]) -> {ok, any()} | {error, any()}.
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
sender :: binary(),
|
sender :: binary(),
|
||||||
prev_events :: [binary()],
|
prev_events :: [binary()],
|
||||||
origin_server_ts :: integer(),
|
origin_server_ts :: integer(),
|
||||||
json :: jiffy:json_object(),
|
json :: #{atom() | binary() => jiffy:json_value()},
|
||||||
state_map}).
|
state_map}).
|
||||||
|
|
||||||
-record(data,
|
-record(data,
|
||||||
|
Loading…
Reference in New Issue
Block a user