Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclusively channels - consider filters #687

Open
toas-koas opened this issue Dec 26, 2024 · 7 comments
Open

Exclusively channels - consider filters #687

toas-koas opened this issue Dec 26, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@toas-koas
Copy link

I have assigned all my contacts to one circle each. So that these contacts only appear in the circles, I have selected in the channel settings that they are only displayed in channels. When I open Raccoon, for example, I have all contacts in the subscriptions. I only want to see posts from my subscribed hashtags there, as in the web interface, and when I tap on a circle, I want to see the posts from the contacts that are assigned to that circle.

@toas-koas toas-koas added the enhancement New feature or request label Dec 26, 2024
@AkesiSeli
Copy link
Collaborator

There are two API calls involved in this:

  • GET v1/timelines/home which returns the list of posts you see in the "Subscriptions" timeline (doc here);
  • GET v1/timelines/list/:id which return the list of posts you see when you select a channel or a list (doc here).

The improvement request you are reporting makes me think that the result of the first one (GET v1/timelines/home) still includes results from accounts you are following but you don't expect to appear because you have selected an option in the channel configuration.

Could you please tell me which option it is so that I may ask to the backend developers and understand whether there is some parameter to the GET v1/timelines/home call I can pass or some client-side filtering I should do?

@toas-koas
Copy link
Author

toas-koas commented Dec 26, 2024

IMG_20241226_230538
In the channel settings

@AkesiSeli
Copy link
Collaborator

I can not even found anything like that neither under "Account", "Additional features" or "Channels" in the Settings page. Maybe it is something new on recent Friendica versions, my instance is running 2024.08 (still).

@toas-koas
Copy link
Author

I also have a test instance with version 2024.08
The point is already included there.

@AkesiSeli
Copy link
Collaborator

Could you please tell me in which section? I know I look dumb but Friendica's settings menu is difficult to use even for people with a technical background like me...

@toas-koas
Copy link
Author

toas-koas commented Dec 28, 2024

You go to a contact, click on the arrow at the top of conversations and then on profile. There you scroll down and click on channel settings. At the end you tick "Only channels"
ResizedImage_2024-12-28_09-16-18_9293
ResizedImage_2024-12-28_09-18-10_1123

@AkesiSeli
Copy link
Collaborator

AkesiSeli commented Dec 28, 2024

Ok, found it: in the English UI it's called "Channel only"

Screenshot_2024-12-28-18-08-15-331_com.android.chrome.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants