mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Cleanup account lists
This commit is contained in:
parent
ec246a50ed
commit
728fdddca1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue