mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Update the groups tables to use foreign keys.
This commit is contained in:
@@ -59,7 +59,7 @@ final class GroupManagerV1 {
|
||||
if (groupId.isV1()) {
|
||||
GroupId.V1 groupIdV1 = groupId.requireV1();
|
||||
|
||||
groupDatabase.create(groupIdV1, name, memberIds, null, null);
|
||||
groupDatabase.create(groupIdV1, name, memberIds, null);
|
||||
|
||||
try {
|
||||
AvatarHelper.setAvatar(context, groupRecipientId, avatarBytes != null ? new ByteArrayInputStream(avatarBytes) : null);
|
||||
|
||||
Reference in New Issue
Block a user