mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
parent
82fbde4f19
commit
ea436ecb64
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public class GroupStore {
|
||||||
private GroupInfoV2 getGroupOrPartialMigrate(
|
private GroupInfoV2 getGroupOrPartialMigrate(
|
||||||
Connection connection, final GroupMasterKey groupMasterKey, final GroupIdV2 groupId
|
Connection connection, final GroupMasterKey groupMasterKey, final GroupIdV2 groupId
|
||||||
) throws SQLException {
|
) throws SQLException {
|
||||||
switch (getGroup(groupId)) {
|
switch (getGroup(connection, (GroupId) groupId)) {
|
||||||
case GroupInfoV1 groupInfoV1 -> {
|
case GroupInfoV1 groupInfoV1 -> {
|
||||||
// Received a v2 group message for a v1 group, we need to locally migrate the group
|
// Received a v2 group message for a v1 group, we need to locally migrate the group
|
||||||
deleteGroup(connection, groupInfoV1.getGroupId());
|
deleteGroup(connection, groupInfoV1.getGroupId());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue