mastodon.juggler.jp は、数々の独立したMastodonサーバーのうちのひとつです。サーバーに登録してFediverseのコミュニティに加わってみませんか。
日本語で楽しめるMastodonサーバを提供しています。

サーバーの情報

64
人のアクティブユーザー

Pleroma users should be aware that Pleroma has introduced breaking changes in their implementation of the Mastodon client API, which mean Toot! will no longer work at all with the latest version of Pleroma.

Pleroma is breaking some fundamental assumptions Toot! makes about IDs, and which can't easily be changed.

@WAHa_06x36 @tootapp What are they then? Mastodon sends its IDs as strings too because of JSON integer overflow

@Gargron @tootapp @WAHa_06x36 mastodon ids are sortable strings, new pleroma ids (flake ids) are sortable strings. I think if apps stop working they made assumptions that aren't valid according to the mastodon api docs.

@lain @Gargron @tootapp @WAHa_06x36 if they're still sortable as strings, Tusky will work just fine. Not sure why it should break any other client. Does anyone really convert them to integers?..

@charlag @WAHa_06x36 @tootapp @Gargron yeah, they are sortable, most clients work just fine.

@lain @charlag @Gargron @WAHa_06x36 Except Toot!, because you broke a core assumption of the Mastodon client API that I am relying on.

@tootapp @Gargron @charlag @lain
>you broke a core assumption of the Mastodon client API that I am relying on.
An assumption that isn’t anywhere in the API spec or docs. It’s your mistake, retard. Your app broke itself. You can fix it like Subway Toot is doing or you can keep throwing a tantrum and while everyone migrates since it breaks federation. No ones going to bend over for your “assumptions”

For iOS, I recommend Amaroq.
tateisu​ :force::r_9a:

@miya @charlag @lain @Gargron @tootapp
both of id="9" and id="101485946909733057" are valid id in Mastodon, also it's clear that "9" is older than "101485946909733057" by historical reason. this is not assumption. Pleroma introduce strcmp() instead of numeric compare, it breaks Mastodon API.

@tateisu @tootapp @Gargron @lain @charlag I thought the “doc isn’t a spec”. Why bother pushing a PR to force a narrative?

@miya @charlag @tootapp @lain @Gargron@mastodon.social既にrevertされた 私のPRですが、それはAPI利用者に必要な記述という範囲の内部です。それまでundocumentedだった部分を記述しただけです。