Exclusive Lists: Difference between revisions

470 bytes added ,  19:53, 6 October 2023
no edit summary
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
|Contributors=Lina, Jonny
|Contributors=Lina, Jonny
|Has Git Repository=https://github.com/NeuromatchAcademy/mastodon
|Has Git Repository=https://github.com/NeuromatchAcademy/mastodon
|Completion Status=Draft
|Completion Status=Completed
|Active Status=Active
|Active Status=Completed
|Approval Status=Provisional
|Approval Status=Provisional
}}
}}
Line 16: Line 16:
== Description ==
== Description ==


It is useful to be able to have separable feeds, and to be able to follow some people but for one reason or another not have them in your home feed.  
It is useful to be able to have separable feeds, and to be able to follow some people but for one reason or another not have them in your home feed. This hack lets you follow people and only show their posts within specific "exclusive" lists.


=== Examples ===
=== Examples ===
Line 28: Line 28:
== Usage ==
== Usage ==


== TODO ==
=== Web ===
 
On any list, open the "options" panel and enable the "hide these posts from home" option:
 
[[File:Exclusive lists.png|class=img-responsive]]
 
=== API ===
 
Use any of the standard create/update commands using <code>exclusive</code> as a boolean parameter.
 
See the [https://docs.joinmastodon.org/methods/lists/ Lists API documentation]
 
Eg. to make an exclusive list:
 
<pre>
POST https://mastodon.instance/api/v1/lists?title=MyList&exclusive=true
</pre>


* Description
* Screenshots of the option toggle
* Instructions on how to use???????


== Discord ==
== Discord ==