mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +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
|
case roster_version_on_db(LServer) of
|
||||||
true ->
|
true ->
|
||||||
case read_roster_version(LUser, LServer) of
|
case read_roster_version(LUser, LServer) of
|
||||||
error -> not_found;
|
error -> <<"not_found">>;
|
||||||
{ok, V} -> V
|
{ok, V} -> V
|
||||||
end;
|
end;
|
||||||
false ->
|
false ->
|
||||||
|
Loading…
Reference in New Issue
Block a user