pl-fe: Support Mitra "conversation" visibility scope
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -571,6 +571,12 @@ const getFeatures = (instance: Instance) => {
|
||||
v.software === PLEROMA,
|
||||
]),
|
||||
|
||||
/**
|
||||
* Ability to post statuses to the recipients of parent post.
|
||||
* @see POST /api/v1/statuses
|
||||
*/
|
||||
createStatusConversationScope: v.software === MITRA,
|
||||
|
||||
/**
|
||||
* @see POST /api/v1/statuses
|
||||
*/
|
||||
|
||||
@ -49,6 +49,7 @@ interface CreateStatusOptionalParams {
|
||||
* `local` — Requires features{@link Features['createStatusLocalScope']}.
|
||||
* `mutuals_only` — Requires features{@link Features['createStatusMutualsOnlyScope']}.
|
||||
* `subscribers` — Requires features{@link Features['createStatusSubscribersScope']}.
|
||||
* `conversation` — Requires features{@link Features['createStatusConversationScope']}.
|
||||
* `list:LIST_ID` — Requires features{@link Features['createStatusListScope']}.
|
||||
* `circle:LIST_ID` — Requires features{@link Features['circles']}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user