kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix groups v2 patch response handler.
rodzic
204a84c522
commit
12b1232ac0
|
@ -1844,7 +1844,6 @@ public class PushServiceSocket {
|
||||||
};
|
};
|
||||||
private static final ResponseCodeHandler GROUPS_V2_PATCH_RESPONSE_HANDLER = responseCode -> {
|
private static final ResponseCodeHandler GROUPS_V2_PATCH_RESPONSE_HANDLER = responseCode -> {
|
||||||
if (responseCode == 400) throw new GroupPatchNotAcceptedException();
|
if (responseCode == 400) throw new GroupPatchNotAcceptedException();
|
||||||
if (responseCode == 403) throw new NotInGroupException();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public void putNewGroupsV2Group(Group group, GroupsV2AuthorizationString authorization)
|
public void putNewGroupsV2Group(Group group, GroupsV2AuthorizationString authorization)
|
||||||
|
|
Ładowanie…
Reference in New Issue