mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 13:46:22 +00:00
Listen for group updates, fix group updates, and Recipient marshing
This commit is contained in:
@@ -37,7 +37,7 @@ public class GroupMembersDialog extends AsyncTask<Void, Void, Recipients> {
|
||||
try {
|
||||
String groupId = recipients.getPrimaryRecipient().getNumber();
|
||||
return DatabaseFactory.getGroupDatabase(context)
|
||||
.getGroupMembers(GroupUtil.getDecodedId(groupId));
|
||||
.getGroupMembers(GroupUtil.getDecodedId(groupId), true);
|
||||
} catch (IOException e) {
|
||||
Log.w("ConverstionActivity", e);
|
||||
return new Recipients(new LinkedList<Recipient>());
|
||||
|
||||
Reference in New Issue
Block a user