Exclusive Lists: Difference between revisions

178 bytes added ,  19:53, 6 October 2023
no edit summary
No edit summary
No edit summary
 
(4 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 32: Line 32:
On any list, open the "options" panel and enable the "hide these posts from home" option:
On any list, open the "options" panel and enable the "hide these posts from home" option:


[[File:Exclusive lists.png|class="img-responsive"]]
[[File:Exclusive lists.png|class=img-responsive]]


=== API ===
=== API ===


Use any of the standard create/update commands using <code>exclusive</code> as a boolean parameter.
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:
Eg. to make an exclusive list: