this post was submitted on 04 Mar 2025
2 points (100.0% liked)
ActivityPub
0 readers
3 users here now
Focused discussion related to ActivityPub integration in NodeBB
This is a forum category containing topical discussion. You can start new discussions by mentioning this category.
founded 9 months ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I need this too. Ok, my idea is to create an category. Example "Linux". Now i follow some people, example @[email protected] And then all Posts will show in my category. Please add this.
@[email protected] the reason why I'm hesitant about this is because allowing a category to follow a user bakes in the assumption that everything the user posts is relevant.
If you're following something like the linux foundation that's a pretty safe bet for a Linux category, but what if you follow a user and they start sharing or posting about unrelated things, like what they had for breakfast, etc.?
That's where things could get messy.
But, I absolutely love :heart: the idea of creating a category and making it sort of like a curated channel based around one idea.
This is the kind of cool stuff I want to see!
@[email protected]
Perhaps as a compromise, you shouldn't follow a user, but instead follow hashtags that match the topic of the category.
@julian I have the same hesitations around having categories follow user accounts. Most users are not categories, and they do not post categorically.
But some are. Satire accounts. Bot accounts. Institutional accounts, as you've called out. These are fairly safe bets, and it would be nice to allow admins the choice to roll the dice.
But another paradigm to explore is lists, and there are a number of ways to represent those. /world could be reconfigured into /feed (stepping on the toes of the Feeds plugin), with users being able to create arbitrary feeds for themselves.
Or lists could be represented as user-created pseudo-categories, given the UX of a forum category, but being personal to the user. They could be presented in /world exclusively, or appended to the bottom of the user's categories list.
Forum-wide lists could be considered, creating global pseudo-categories defined by admins or moderators, with a slightly modified layout and/or visual language.
This is really the transformation of a long standing medium. There's a huge possibility and design space here.
@[email protected] this is now done. Turns out I wasn't actually stopping a category from following a user, so that didn't need rolling back.
https://github.com/NodeBB/NodeBB/issues/13232
@[email protected] using a hashtag is probably also something I should allow categories to follow, although that's local-only to the instance because of how hashtags work.
Either way I didn't want to restrict a valid use case :)
@julian Are categories supposed to follow regular users from this
screen in admin panel. Asking this because I tried putting a mastodon user profile link in the textbox but upon clicking on 'Follow' nothing happened. For threads, the request is pending(with some error, I guess) as you can see from the picture.
@bh4-tech can you supply the URLs you tried to follow please?
@julian https://www.threads.net/@khabydistas on threads and https://mastodon.social/@dansup on mastodon
@bh4-tech might be not working because I did not expect urls. Can you try a handle like
[email protected]
?@julian Yeah that worked for mastodon, but not for threads. Guess that's some problem on thread's side and not nodebb.
However, the remote media preview problem still remains https://community.nodebb.org/post/103782 . Guess you will need to cache remote media like misskey.