mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-09 01:52:39 +01:00
- [fediverse] flipped predicate for notifications that does not need to be deleted from the server.
This commit is contained in:
parent
d551505165
commit
faa123be35
@ -821,10 +821,10 @@ numerical indices identifying the option voting for"
|
||||
:update))
|
||||
|
||||
(defun safe-to-delete-notifications-type ()
|
||||
(remove-if (lambda (a)
|
||||
(member a
|
||||
'(:mention :follow-request)))
|
||||
*all-notification-types*))
|
||||
(remove-if-not (lambda (a)
|
||||
(member a
|
||||
'(:mention :follow-request)))
|
||||
*all-notification-types*))
|
||||
|
||||
(defun notifications (max-id
|
||||
&optional
|
||||
|
Loading…
Reference in New Issue
Block a user