From 728fdddca1140371c394e625113393422777f5dd Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Mon, 8 Feb 2021 08:22:27 -0800 Subject: [PATCH] Cleanup account lists --- DB/Sources/DB/Content/ContentDatabase.swift | 1 + 1 file changed, 1 insertion(+) 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(