this post was submitted on 02 Jun 2024
291 points (99.3% liked)

Fediverse

26845 readers
95 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

I've introduced two of my friends (not into tech) to Lemmy. Since they're not into tech this is their first web forum.

I've explained the federation thru the usual email metaphore and that's ok, but to lookup for communities is not quite there on client side.

Let me explain.
He wanted to see all the communities on an instance because that instance is in his native language but he's registered on another instance. So to see all those communities you must go on instance.domain/communities, copy the name of the community you are interessed in and paste it inside the app/web client to look it up.

And to see all the communities all over the fediverse you must use lemmyverse.net which is a cool site, but still you got to copy paste back and forth to the app.

This could be implementend inside app itself by listing all communities and add ability to filter by things like instance.

Obviously open to discussion about the issue itself and how that could be improved.

Feel free to tag apps/clients devs to ear their opinion too.

you are viewing a single comment's thread
view the rest of the comments
[–] Aurelius 22 points 1 month ago* (last edited 1 month ago) (11 children)

I built the Quiblr web app. I love the idea of being able to filter results for a given instance! I will see if I can push an update tonight

Edit: I pushed an update to implement Advanced Search options on the Communities Page. Given how the API works, community IDs are different between each Instance so you can't view the post feed on another Instance's community -but- I made a solution that lets you VIEW the communities on different instances (regardless of your home instance). If you are not signed in, you can change the instance with a single button push.

Hope your friend finds this feature helpful!

[–] Lost_My_Mind 3 points 1 month ago (6 children)

I clicked the star under your message......but I'm unclear what that does. Did I save your comment? I want to come back to it tomorrow.

[–] [email protected] 5 points 1 month ago (2 children)

Yes, you can go to your profile and click on "Saved" to see your starred posts/comments.

One annoying thing is that it's sorted by the original posting date, not the time you saved it, which might mean your most recently saved item isn't even on the first page of results.

[–] [email protected] 6 points 1 month ago (2 children)

One annoying thing is that it's sorted by the original posting date, not the time you saved it,

Sadly, an API limitation. When fetching saved posts, you only have the same sorting options as when you fetch posts for a community or the main feed, and those are based on publish date.

Same reason you can't search your saved items: saved_only isn't a flag you can pass to the search endpoint :(

[–] Aurelius 6 points 1 month ago

I was about to reply the same thing lol API is pretty limiting with what can be done. Gotta get creative!

[–] [email protected] 3 points 1 month ago (1 children)

Ah, so it's not even possible with a different front-end (unless it stores extra data).

[–] [email protected] 3 points 1 month ago

Basically, yeah. The app would have to basically fetch and store the posts and comments locally and search its own copy of them.

That's something ive been looking into since I'm also looking to provide offline support. Just not quite there yet lol.

[–] Rebels_Droppin 3 points 1 month ago

I thought I was going crazy, thanks for explaining how saved sorting works

load more comments (3 replies)
load more comments (7 replies)