mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +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);
|
PrioRes);
|
||||||
_ ->
|
_ ->
|
||||||
case Type of
|
case Type of
|
||||||
error -> ok;
|
|
||||||
headline -> ok;
|
headline -> ok;
|
||||||
groupchat ->
|
|
||||||
bounce_offline_message(From, To, Packet);
|
|
||||||
_ ->
|
_ ->
|
||||||
case ejabberd_auth:is_user_exists(LUser, LServer) of
|
case ejabberd_auth:is_user_exists(LUser, LServer) of
|
||||||
true ->
|
true ->
|
||||||
|
Loading…
Reference in New Issue
Block a user