diff --git a/DB/Sources/DB/Content/ContentDatabase.swift b/DB/Sources/DB/Content/ContentDatabase.swift index b482b77..a9cd173 100644 --- a/DB/Sources/DB/Content/ContentDatabase.swift +++ b/DB/Sources/DB/Content/ContentDatabase.swift @@ -717,6 +717,7 @@ private extension ContentDatabase { try ConversationRecord.deleteAll($0) try StatusAncestorJoin.deleteAll($0) try StatusDescendantJoin.deleteAll($0) + try AccountList.deleteAll($0) if useNotificationsLastReadId { var notificationIds = try MastodonNotification.Id.fetchAll(