Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pleroma
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alibek Omarov
pleroma
Commits
309d698d
Commit
309d698d
authored
Jan 19, 2020
by
Alibek Omarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: API: document conversation mutes
parent
52a0bf62
Pipeline
#21907
passed with stages
in 7 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
docs/API/pleroma_api.md
docs/API/pleroma_api.md
+22
-0
No files found.
docs/API/pleroma_api.md
View file @
309d698d
...
...
@@ -459,3 +459,25 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
"🗡"
=>
[{
"id"
=>
"abc..."
}]
}
```
# Conversation mutes
Fetching muted conversations is done with
`with_muted=true`
passed to any timeline query.
Muted converstaions have
`thread_muted`
field set to true in
`pleroma`
object of status.
Conversations are muted starting from OP post.
## `POST /api/v1/statuses/:id/unmute`
### Unmute conversation
*
Method:
`POST`
*
Authentication: required
*
Params: None
*
Response: JSON, the status
## `POST /api/v1/statuses/:id/mute`
### Mute conversation
*
Method:
`POST`
*
Authentication: required
*
Params: None
*
Response: JSON, the status
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment