mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-08 16:52:59 +01:00
Remove unused case clauses to make dialyzer happy
This commit is contained in:
parent
94761ff31e
commit
1fa73fd33f
@ -614,10 +614,7 @@ route_message(From, To, Packet, Type) ->
|
||||
PrioRes);
|
||||
_ ->
|
||||
case Type of
|
||||
error -> ok;
|
||||
headline -> ok;
|
||||
groupchat ->
|
||||
bounce_offline_message(From, To, Packet);
|
||||
_ ->
|
||||
case ejabberd_auth:is_user_exists(LUser, LServer) of
|
||||
true ->
|
||||
|
Loading…
Reference in New Issue
Block a user