1
0
Fork 0

- [fediverse] flipped predicate for notifications that does not need to be deleted from the server.

This commit is contained in:
cage 2024-09-08 13:57:29 +02:00
parent d551505165
commit faa123be35
1 changed files with 4 additions and 4 deletions

View File

@ -821,7 +821,7 @@ numerical indices identifying the option voting for"
:update)) :update))
(defun safe-to-delete-notifications-type () (defun safe-to-delete-notifications-type ()
(remove-if (lambda (a) (remove-if-not (lambda (a)
(member a (member a
'(:mention :follow-request))) '(:mention :follow-request)))
*all-notification-types*)) *all-notification-types*))