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);
|
||||
_ ->
|
||||
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…
Add table
Add a link
Reference in a new issue