In this context it probably is, since the federation that is done on the fediverse is something else entirely. "Collate" might be a better word, perhaps.
I didn't mean federate in the Lemmy/Fediverse sense, but rather in the collation/multireddit sense. In other words, gathering posts from many different sources, in this case instances, and displaying them as a single list. Given the context, calling this "federation" was probably very confusing, and definitely a poor choice of words. I apologize for that.
In Liftoff, this takes the form of an All/Everything view (where "All" means all currently logged in instances) which collates and displays posts from many different Lemmy instances at once. This is the feature I was looking for in other clients.
I assume this is not frequently implemented because it's a nuisance (from a developer's point of view) if you centralized all API requests in a shared component, since you have to point to another base URL on the fly. I am developing a small "toy" client myself and I implemented this feature because I wanted to explore all (and only) the communities on a given instance to list them and access their posts. But subscribing to a community from another instance is more difficult. Since it's not a highly requested feature, maybe many projects prefer to focus on other features.
I assume this is not frequently implemented because it's a nuisance (from a developer's point of view) if you centralized all API requests in a shared component, since you have to point to another base URL on the fly. I am developing a small "toy" client myself and I implemented this feature because I wanted to explore all (and only) the communities on a given instance to list them and access their posts. But subscribing to a community from another instance is more difficult. Since it's not a highly requested feature, maybe many projects prefer to focus on other features.
I assume this is not frequently implemented because it's a nuisance (from a developer's point of view) if you centralized all API requests in a shared component, since you have to point to another base URL on the fly. I am developing a small "toy" client myself and I implemented this feature because I wanted to explore all (and only) the communities on a given instance to list them and access their posts
I assume this is not frequently implemented because it's a nuisance (from a developer's point of view) if you centralized all API requests in a shared component, since you have to point to another base URL on the fly