Comment on Federation with mastodon/misskey not working?
ShyKana@lotide.exopla.net.eu.org 3 years agoReally sorry that I didn't notice your comment, but it seems I'm still having the issue. Here is how I try to reproduce it:
- Log into my account on a mastodon server (mine is mastodon.online with mastodon v3.2.0);
- Look up a lotide account in the search bar (I tried @test@a.tide.tk and @discussion@dev.narwhal.city to test different versions of lotide);
- Go to the profile page of the lotide account from the search results (by clicking on the account avatar);
- Click the "Follow" button;
- (The follow button immediately changes into an "Unfollow" button,) but let's fresh the page to see if the frontend is just too lazy to check the real following status;
- And after refreshing the page, the button shows "Cancel follow request", which probably means that the "Follow" request is not yet "Accept"'ed? (Following another mastodon user successfully shows a blue "Unfollow" button.)
vpzom 3 years ago
I do see the issue if I use mastodon.online, it looks like they have a slightly different version than the actual Mastodon 3.2.0, and require a Digest header to be part of the signature when sending to inboxes
Which is something I planned to implement but haven't done yet
vpzom 3 years ago
Just pushed a change to include Digest headers in inbox posts. The *.tide.tk instances have been updated as well
ShyKana@lotide.exopla.net.eu.org 3 years ago
Thank you! I can follow lotide communities from mastodon v3.2.0 now. But with mastodon v3.2.1, following still doesn't seem to work. (I tested with several accounts on some v3.2.1 servers, including one on mstdn.social. )
I noticed that gup.pe was having some trouble with v3.2.1 too, but I'm not sure if it is related: https://social.coop/@datatitian/105080638741179415
vpzom 3 years ago
Looks like they want Host to be signed as well