Some Mastodon apps are build different than others - seeing everything in the fediverse
from SadPanda@feddit.de to fediverse@lemmy.world on 08 Jun 13:17
https://feddit.de/post/12947333

So I know that there are some limitations for federation, especially if you are on a smaller instance. On Mastodon I stumble upon this problem on a daily basis. Here is an example. My account is on a smaller local instance (social.cologne) and in the following picture is a post of Eugen Rochko (which I follow):

imgur.com/a/Fkj3ZY9

As you can see there appears to be 0 likes and 0 boosts, below are 2 conmments (not pictured). As far as I understand this is a result of federation. My instance only tracks likes and boost of my instance (and people who are followed on my instance) and as a result his post seems to be not popular at all.

Too see every interaction I would have to visit the original post on Eugens instance (mastodon.social/@Gargron/112574727273953783). Currently there are 6 boosts and 64 favorites on this post, with 4 replies below.

Last year I stumbled upon an android app that is able to show me the full interactions without visiting the source instance manually (github.com/tooot-app).

This is how I see Eugens post in my timeline

imgur.com/a/BFdcdSI

(Same as official app) and when i click on it to see the replies, the full content is shown.

imgur.com/a/shddfEK

I’m assuming that the app is loading the full content manually - just like if you would open the source instance.

Shouldn’t this behaviour be the default - even in the main mastodon app? If I where to only use the official app I would miss most of the interactions and content (from people my instance doesnt know about). There are other examples where you would see replies to posts that allegedly don’t exists. Only with Tooot I can see the rest of the conversation.

The tooot app didn’t see any updates for some time… Are there any other apps that show full interactions right away as well?

#fediverse

threaded - newest

poVoq@slrpnk.net on 08 Jun 13:39 next collapse

You could try: phanpy.social

SadPanda@feddit.de on 08 Jun 15:12 collapse

That is a nice UI but still has the same problems as the official app. It doesn’t show all the interactions.

poVoq@slrpnk.net on 08 Jun 15:17 collapse

Ah, I thought it maybe does since when I use that with my Akkoma instance I (mostly) don’t have that problem. You can pretty easily migrate you account from Mastodon to Akkoma, so maybe that is an option? I hear that such issues are mostly exclusive to Mastodon.

rglullis@communick.news on 08 Jun 16:03 collapse

If you don’t have that problem, it is either because your instance is well connected and/or using some relay.

SadPanda@feddit.de on 08 Jun 16:07 next collapse

Could you expand on the relay thing? How does one know if a server uses a relay?

rglullis@communick.news on 08 Jun 16:21 collapse

If you are the admin of the instance, you can it set up.

SadPanda@feddit.de on 08 Jun 17:24 collapse

What about the user side? If I want to pick an instance that uses a relay, is there a way to know?

rglullis@communick.news on 09 Jun 10:10 collapse

There is no way to know without access to the admin dashboard. You can get an idea of how active an instance is by checking the federated timeline stream, though.

poVoq@slrpnk.net on 08 Jun 16:13 collapse

Neither, its pretty much a single user instance without a relay.

But you are right that the problem is not completely non-existant, but Akkoma does actively pull in more replies etc. than Mastodon seems to do.

ademir@lemmy.eco.br on 08 Jun 15:16 next collapse

According to Gargron that is the expected behaviour.

In the git page there are countless PRs to solve this, but he refuses. For him it will make mastodon hurt people feelings.

rglullis@communick.news on 08 Jun 16:02 collapse

FWIW, all server-based software works like that. Lemmy, Pixelfed, Pleroma…

What we need is more clients implementing the C2S spec, but I will refrain from getting into another tirade about this.

poVoq@slrpnk.net on 08 Jun 16:04 collapse

Not really. My Akkoma instance AFAIK does exactly what OP describes via the server.

deegeese@sopuli.xyz on 08 Jun 15:44 next collapse

So weird that is not the default behavior.

Know an iOS client which implements this?

SadPanda@feddit.de on 08 Jun 15:58 collapse

According to this post Mammoth.

twit.social/@mbwelch/110268426561442301

I haven’t tried it though.

_edge@discuss.tchncs.de on 08 Jun 16:22 next collapse

Can you clarify this? As a normal user with one of the standard clients, who is on one random instance and follows people on other instances, we are missing Likes and Boost? I can live this, it’s just a number. But, are we also missing replies? I don’t expect OP to retoot all replies, but I do want to read them? At least i want the option the read them.

IronKrill@lemmy.ca on 09 Jun 02:24 collapse

Yes, you will miss replies. This is the nature of federation as it is now.

_edge@discuss.tchncs.de on 09 Jun 02:49 collapse

So what is needed to a reply?

If I follow the replies’ author, I will get it. Right?

If someone in my instance follows the author, will I also see it?

If someone boosts the reply?

MysticKetchup@lemmy.world on 08 Jun 16:23 collapse

I can only assume that the issue is that they’re trying to reduce the number of calls to the original instance. If you’re just scrolling by, you only see the post that’s cached on your own server, and it doesn’t communicate with the original instance until you open the post. Making it so that every time some scrolls by a post it contacts the original instance sounds like it massively increases the amount of traffic to the original instance which goes against the idea of software that supports smaller, self or community hosted servers.