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

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(