Exclusive Lists: Difference between revisions

1,050 bytes added ,  19:53, 6 October 2023
no edit summary
No edit summary
No edit summary
 
(7 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 12: Line 12:
* Initial Pull Request: [[Has Pull Request::https://github.com/NeuromatchAcademy/mastodon/pull/12]]
* Initial Pull Request: [[Has Pull Request::https://github.com/NeuromatchAcademy/mastodon/pull/12]]
* Merged Pull Request after [[Lina]] did some git parkour to rebase from upstream: [[Has Pull Request::https://github.com/NeuromatchAcademy/mastodon/pull/20]]
* Merged Pull Request after [[Lina]] did some git parkour to rebase from upstream: [[Has Pull Request::https://github.com/NeuromatchAcademy/mastodon/pull/20]]
* Ops Log: [[Tech_WG/Ops_Diary#23-05-19]]


== 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 27: 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 ==
Line 81: Line 95:
https://discord.com/channels/1049136631065628772/1049184335514828860/1109355378178789396
https://discord.com/channels/1049136631065628772/1049184335514828860/1109355378178789396
|Link=https://discord.com/channels/1049136631065628772/1052452072806686751/1109356466130931765
|Link=https://discord.com/channels/1049136631065628772/1052452072806686751/1109356466130931765
}}{{Message
|Author=sneakers-the-rat
|Avatar=https://cdn.discordapp.com/avatars/305044217393053697/2970b22bd769d0cd0ee1de79be500e85.png?size=1024
|Date Sent=23-05-23 01:35:39
|Channel=techwg-ops
|Text=[[Tech WG/Ops Diary#23-05-22]]: What up it's me and we're about to deploy [[Exclusive Lists]] and update to 4.1.2. starting by making a linode backup and then following instructions on https://github.com/mastodon/mastodon/releases/tag/v4.1.2
|Link=https://discord.com/channels/1049136631065628772/1052452072806686751/1110380495335870505
}}
}}