mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 01:31:02 +00:00
Remove join records between launches
This commit is contained in:
parent
dc22b43108
commit
8c207b53a6
1 changed files with 2 additions and 0 deletions
|
@ -572,6 +572,8 @@ private extension ContentDatabase {
|
|||
let notificationStatusIds: [Status.Id]
|
||||
|
||||
try ConversationRecord.deleteAll($0)
|
||||
try StatusAncestorJoin.deleteAll($0)
|
||||
try StatusDescendantJoin.deleteAll($0)
|
||||
|
||||
if useNotificationsLastReadId {
|
||||
var notificationIds = try MastodonNotification.Id.fetchAll(
|
||||
|
|
Loading…
Reference in a new issue