mirror of
https://github.com/metabolist/metatext
synced 2025-01-24 08:22:54 +01:00
Remove join records between launches
This commit is contained in:
parent
dc22b43108
commit
8c207b53a6
@ -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 New Issue
Block a user