Cleanup account lists
This commit is contained in:
parent
ec246a50ed
commit
728fdddca1
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue