X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fchats.md;h=aa6119670449c4887cc22cec3c291231b30a8138;hb=1a5a7ba6e8a936d3138ca530d3466111e542aef6;hp=81ff579413befef2a73b6b040db3daa7c800d359;hpb=680fa5fa36d8b30a9a9749edacf1a2c69fded29a;p=akkoma diff --git a/docs/API/chats.md b/docs/API/chats.md index 81ff57941..aa6119670 100644 --- a/docs/API/chats.md +++ b/docs/API/chats.md @@ -75,13 +75,13 @@ Returned data: ### Marking a chat as read -To set the `unread` count of a chat to 0, call +To mark a number of messages in a chat up to a certain message as read, you can use `POST /api/v1/pleroma/chats/:id/read` Parameters: -- last_read_id: Given this id, all chat messages until this one will be marked as read. This should always be used. +- last_read_id: Given this id, all chat messages until this one will be marked as read. Required. Returned data: @@ -135,7 +135,7 @@ Returned data: ``` The recipient of messages that are sent to this chat is given by their AP ID. -The usual pagination options are implemented. +No pagination is implemented for now. ### Getting the messages for a Chat