NotificationController: Don't return chat_mentions by default.
This commit is contained in:
parent
805ab86933
commit
127ccc4e1c
4 changed files with 37 additions and 15 deletions
|
|
@ -204,7 +204,7 @@ Returned data is the deleted message.
|
|||
|
||||
### Notifications
|
||||
|
||||
There's a new `pleroma:chat_mention` notification, which has this form:
|
||||
There's a new `pleroma:chat_mention` notification, which has this form. It is not given out in the notifications endpoint by default, you need to explicitly request it with `include_types[]=pleroma:chat_mention`:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue