Cleanup account lists

This commit is contained in:
Justin Mazzocchi 2021-02-08 08:22:27 -08:00
parent ec246a50ed
commit 728fdddca1
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 1 additions and 0 deletions

View File

@ -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(