That is true, I was surprised that I received an /activity/ url back, especially since i have not yet seen those before
oh oops, yeah that is a mistake on my end. the following code block was meant to use uri nstead of activity.data["id"]
The display URL is for fetching via open mastodon api when authorized…
https://social.treehouse.systems/@rcombs/114196825932804138
essentially it is for improved embeds specifically for activitypub-based websites, not a replacement or an addition to the existing…
My static-fe changes are here: 55bc84da35
. I’m unsure about the icon to use, that icon is currently used for “opening…
oh oops noticed that :public was in fact the wrong value. Added tests for the default value and the new value now, and corrected the two mistakes
Hm, then maybe it should work with only the activity line replaced with my code? I found that particular function by following the code in the search module (Pleroma.Search.DatabaseSearch).…
There is Pleroma.Object.Fetcher.fetch_object_from_id(id)
, which should work with any AP object ID
Okay just swinging by and saying that this change might not actually fix the issue with tusky because "" isn't a valid iso8601 date either, will change that tomorrow
Okay I moved the fix to the the commonapi code. This doesn’t fix the minor bug where year 0 is accepted and negative years are off by one year