last_status_at
Mastodon appears to provide a full date/time
That example is wrong according to their own documentation - Status
includes an Account
which has last_status_at
defined as "String (ISO…
Sure but since Akkoma doesn't (as best I can tell from the source at 9e9cf58fdf) support the /api/v2/instance
call, what is a client supposed to do here? Just throw their hands up and refuse to…
Aha, that worked. And I guess that also explains why the --ref stable
didn't download because it was using the Pleroma git (via the database) to fetch instead of the Akkoma git.
Thank you…
I followed those steps. Just to be sure, I removed any trace of admin-fe from instance/static/frontends
and ran those steps again.
Specifically:
MIX_ENV=prod mix pleroma.frontend…
the flag isn't
--develop
, it's--ref develop
Ah, sorry, I was just shorthanding - I promise I did the actual --ref develop
on the command line.
MIX_ENV=prod mix pleroma.front…
--stable
didn't work.
Downloading admin-fe (stable)...
Could not download or unzip the frontend
But --develop
did do an installation, thanks!
Unfortunately now it just puts…