thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
750 stars 65 forks source link

Search all instance posts #1483

Open jujubeja opened 3 weeks ago

jujubeja commented 3 weeks ago

Is Your Feature Request Related to a Problem?

As user I want to add multiple instances of lemmy So that you can view posts from all instances that do not follow each other

Feature Description

Load List: import instance list by url .txt and .toml and .json

https://raw.githubusercontent.com/thunder-app/thunder/develop/instances.toml
https://github.com/thunder-app/thunder/blob/develop/instances.toml
https://github.com/thunder-app/thunder/blob/develop/instances.json

Alternative Solutions

No response

Additional Context

https://lemmyverse.net/ https://data.lemmyverse.net/ https://lemmy.fediverse.observer/list

hjiangsu commented 2 weeks ago

Thanks for the feature request - however, I'm not quite sure I understand the request being made here. It would be helpful if you could clarify some more details on how you imagine this feature to work!

I want to add multiple instances of peertube So that you can view posts from all instances that do not follow each other

Are you suggesting a way to see posts from multiple instances at once? (e.g., the current feed page, but contains posts from multiple instances which are not federated with each other)

This could be possible, but there would be quite a few limitations to this feature. A few examples of the limitations:

I think the best way to handle this situation is to host your own Lemmy instance, and federate with instances that you're interested in. You can then use Thunder to log into your own instance as usual. If you go with this route, all the limitations I mentioned earlier no longer apply and you have the freedom to select which instances to federate with.