mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
When unknown roster version, return an acceptable version ID binary (#2709)
This commit is contained in:
parent
8295bcebec
commit
f2bd2f6e37
@ -231,7 +231,7 @@ roster_version(LServer, LUser) ->
|
||||
case roster_version_on_db(LServer) of
|
||||
true ->
|
||||
case read_roster_version(LUser, LServer) of
|
||||
error -> not_found;
|
||||
error -> <<"not_found">>;
|
||||
{ok, V} -> V
|
||||
end;
|
||||
false ->
|
||||
|
Loading…
Reference in New Issue
Block a user