diff options
author | lain <lain@soykaf.club> | 2020-06-08 11:09:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-08 11:09:53 +0200 |
commit | 89b85f65297ef4b8ce92eacb27c90e8f7c874f54 (patch) | |
tree | 279c5cce5651f36a1208cac4a9ec2dd8204df429 /docs/API/chats.md | |
parent | 7d66dd180ac98ab9b16463d2d71ab292f8fe07a0 (diff) | |
download | pleroma-89b85f65297ef4b8ce92eacb27c90e8f7c874f54.tar.gz |
ChatController: Remove nonsensical pagination.
Diffstat (limited to 'docs/API/chats.md')
-rw-r--r-- | docs/API/chats.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/chats.md b/docs/API/chats.md index 9eb581943..aa6119670 100644 --- a/docs/API/chats.md +++ b/docs/API/chats.md @@ -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 |