mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-08 07:08:39 +01:00
- prevented treating 'update' notifications as mentions.
This commit is contained in:
parent
f21b201b17
commit
b7e139a205
@ -776,12 +776,15 @@ numerical indices identifying the option voting for"
|
||||
:account-id account-id))
|
||||
|
||||
(defparameter *all-notification-types*
|
||||
'(:follow
|
||||
:favourite
|
||||
:reblog
|
||||
'(:favourite
|
||||
:follow
|
||||
:follow-request
|
||||
:mention
|
||||
:poll
|
||||
:follow-request))
|
||||
:reblog
|
||||
:severed-relationships
|
||||
:status
|
||||
:update))
|
||||
|
||||
(defun notifications (max-id
|
||||
&optional
|
||||
|
Loading…
x
Reference in New Issue
Block a user