zimpenfish
  • Joined on 2022-12-20
zimpenfish commented on issue AkkomaGang/akkoma#637 2023-09-07 09:48:30 +00:00
[bug] Potentially incorrect date format in 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…

zimpenfish commented on issue AkkomaGang/akkoma#545 2023-05-25 13:22:48 +00:00
[bug] URI in instance information should be domain, not URL

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…

zimpenfish opened issue AkkomaGang/akkoma#545 2023-05-25 11:10:08 +00:00
[bug] URI in instance information should be domain, not URL
zimpenfish closed issue AkkomaGang/akkoma#385 2022-12-21 00:41:01 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline
zimpenfish commented on issue AkkomaGang/akkoma#385 2022-12-21 00:41:00 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline

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…

zimpenfish commented on issue AkkomaGang/akkoma#385 2022-12-21 00:17:17 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline

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…
zimpenfish commented on issue AkkomaGang/akkoma#385 2022-12-21 00:12:02 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline

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…
zimpenfish commented on issue AkkomaGang/akkoma#385 2022-12-20 23:42:12 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline

--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…

zimpenfish opened issue AkkomaGang/akkoma#385 2022-12-20 23:14:16 +00:00
[bug] admin-fe redirects to pleroma-fe with missing timeline