Exclusive Lists: Difference between revisions

292 bytes added ,  21:44, 22 May 2023
no edit summary
No edit summary
No edit summary
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.
 
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 ==