Skip to content

Commit f830a0c

Browse files
committed
Actually save ctx after group sync
1 parent 9d89d9b commit f830a0c

File tree

1 file changed

+1
-0
lines changed
  • Signal-Windows.Lib/Storage

1 file changed

+1
-0
lines changed

Signal-Windows.Lib/Storage/DB.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,7 @@ internal static List<SignalConversation> InsertOrUpdateGroups(IList<(SignalGroup
11201120
});
11211121
}
11221122
}
1123+
ctx.SaveChanges();
11231124
}
11241125
}
11251126
return refreshedGroups;

0 commit comments

Comments
 (0)