|
|
|
|
|
by zimpenfish
1248 days ago
|
|
I'm guessing they've got something like Go's `DisallowUnknownFields()` turned on and the Pleroma extension block is causing an error. FWIW GotoSocial seems to work (although Ivory is showing that timeline under the wrong user for some reason - all the GtS timeline posts are shown as the user I logged into the Akkoma instance with.) In summary, if you're not using a Mastodon instance, probably give it a month or two. EDIT: Having said that, it's showing every timeline item on the GtS instance as the same one - I suspect they might be using integers for IDs (which is what Mastodon - but no-one else - does) and coincidentally this timeline has IDs that all start with `01`. Which would also explain the Akkoma problem since all those IDs are currently starting with `AR` and thus unparseable as integers. |
|