mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 22:53:09 +01:00
Fix incorrect local group state bug.
This commit is contained in:
committed by
Nicholas Tinsley
parent
37815a3f39
commit
a66857a7cc
@@ -2921,7 +2921,7 @@ public class PushServiceSocket {
|
||||
GROUPSV2_JOINED_AT,
|
||||
"GET",
|
||||
null,
|
||||
NO_HANDLER))
|
||||
GROUPS_V2_GET_CURRENT_HANDLER))
|
||||
{
|
||||
return Member.ADAPTER.decode(readBodyBytes(response)).joinedAtRevision;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user