mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add the ability to add suggested members after a GV1 migration.
This commit is contained in:
committed by
Cody Henthorne
parent
c4c32d80b2
commit
d307db8a95
@@ -37,6 +37,7 @@ import org.whispersystems.signalservice.api.util.UuidUtil;
|
||||
import java.io.Closeable;
|
||||
import java.security.SecureRandom;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
@@ -162,6 +163,8 @@ public final class GroupDatabase extends Database {
|
||||
values.putNull(FORMER_V1_MEMBERS);
|
||||
|
||||
databaseHelper.getWritableDatabase().update(TABLE_NAME, values, GROUP_ID + " = ?", SqlUtil.buildArgs(id));
|
||||
|
||||
Recipient.live(Recipient.externalGroupExact(context, id).getId()).refresh();
|
||||
}
|
||||
|
||||
Optional<GroupRecord> getGroup(Cursor cursor) {
|
||||
|
||||
Reference in New Issue
Block a user