mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Remove unused case clauses to make dialyzer happy
This commit is contained in:
parent
94761ff31e
commit
1fa73fd33f
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue