· Föderation EN Mo 12.08.2024 15:09:14
@nick Pachli code for this looks OK to me.
If I fetch the post I'm replying to -- https://mastodon.social/api/v1/statuses/112948564379350406 -- there's no application metadata in the response.
Contrast this with a Pachli post like https://mastodon.social/api/v1/statuses/112892161702632611, which does have the application metadata.
So I think either mastodon.social is removing it, or mammuthus.de isn't sending it.
Föderation DE Di 13.08.2024 13:59:51
@nikclayton@mastodon.social
The information about the used app isn't federated.
So you can just see this on local posts.
#Pachli looks okay for me, when no application is given.
And it looks okay, when application[name] and application[website] is given.
But if just application[name] is given, Pachli seems to display a leading mid dot, but no further information (expected would be the application[name]).
Föderation DE Do 15.08.2024 11:34:47
@nikclayton@mastodon.social
You may want to check this sample (hopefully found a good one on mastodon.social):
https://mastodon.social/@chrispackham/112965326252746380
https://mastodon.social/api/v1/statuses/112965326252746380
[application] => Array
(
[name] => Web
[website] =>
)
Föderation EN Do 29.08.2024 12:51:53
@nikclayton @nick Ah, got it. Thanks. Fixed in https://github.com/pachli/pachli-android/pull/912
Föderation DE Do 29.08.2024 13:36:39
@pachli@mastodon.social @nikclayton@mastodon.social
Great. Thanks.