• Joined on 2023-07-22
Oneric pushed to search-meili-order at Oneric/akkoma 2024-05-15 05:17:27 +00:00
dba848032c meilisearch: enable using search_key
Oneric commented on pull request AkkomaGang/akkoma#772 2024-05-15 05:13:39 +00:00
Preserve Meilisearch’s result ranking

repusehd, using separate search and admin keys is now possible and instead of changing documentation to match the output of our show-keys task, show-keys is changed to display Meilisearch's…

Oneric pushed to search-meili-order at Oneric/akkoma 2024-05-15 05:10:54 +00:00
e38fa81518 meilisearch: enable using search_key
b2980573c7 meilisearch: show keys by name not description
67552065ed meilisearch: respect meili’s result ranking
85610bf906 meilisearch: remove duplicate preload
76ded10a70 Merge pull request 'Backoff on HTTP requests when 429 is recieved' (#762) from backoff-http into develop
Compare 15 commits »
Oneric pushed to tmp__prune-batch__test at Oneric/akkoma 2024-05-15 01:51:25 +00:00
2e384dcda9 [TEST] dbprune: fuzzymode
Oneric pushed to tmp__prune-batch__test at Oneric/akkoma 2024-05-15 01:49:36 +00:00
c0e319af88 [TEST] dbprune: fuzzymode
Oneric created branch tmp__prune-batch__test in Oneric/akkoma 2024-05-15 01:49:36 +00:00
Oneric pushed to prune-batch at Oneric/akkoma 2024-05-15 01:46:31 +00:00
c127d48308 dbprune/activites: prune array activities first
40ae91a45c dbprune: allow splitting array and single activity prunes
3c319ea732 dbprune: use query!
91e4f4f885 dbprune: add more logs
7e03886886 dbprune: shortcut array activity search
Compare 230 commits »
Oneric commented on issue AkkomaGang/akkoma#438 2024-05-14 18:21:28 +00:00
[bug] 500 internal server error when federating Like activity from Bridgy Fed

it’s highly unlikey the problem is matching key to actor, else (in recent'ish) akkoma errors would already be logged when fetching the actor, but i didn’t see any such errors

Oneric commented on issue AkkomaGang/akkoma#438 2024-05-14 17:54:09 +00:00
[bug] 500 internal server error when federating Like activity from Bridgy Fed

it won’t fix federation with Akkoma, since Akkoma doesn’t do JSON-LD processing; including it for actors might fix federation with some other servers though (similarly for other Mastodon etc…

Oneric commented on issue AkkomaGang/akkoma#438 2024-05-14 13:33:23 +00:00
[bug] 500 internal server error when federating Like activity from Bridgy Fed

but the spec actually asks you to address the followers collection of who you reply to[1], so bridgy is the one doing it correctly.

Thanks for clarifying, TIL!

One more remark i forgot to…

Oneric commented on issue AkkomaGang/akkoma#438 2024-05-13 23:17:37 +00:00
[bug] 500 internal server error when federating Like activity from Bridgy Fed

The object part of the old reply sample no longer matches what’s served when fetching atm and fetching the create activity is impossible. Could you share an updated sample?

Sure!…

Oneric commented on issue AkkomaGang/akkoma#764 2024-05-13 22:21:20 +00:00
Removing unused indexes

This fits well with the other results, thanks!

Oneric commented on pull request AkkomaGang/akkoma-fe#387 2024-05-13 01:33:05 +00:00
feat: Add "Default post language" option

note: this doesn’t actually work for edit dialogues (always falls back to interface/defaultPostLanguage), but that’s a pre-existing issue so no need to worry about for this patch

Oneric commented on pull request AkkomaGang/akkoma-fe#387 2024-05-13 01:33:05 +00:00
feat: Add "Default post language" option

ig for consistency in case we ever tweak the human-readable labels, this should use language.key and langauge.label at the appropriate places

Oneric commented on pull request AkkomaGang/akkoma-fe#387 2024-05-13 01:33:05 +00:00
feat: Add "Default post language" option

sans one small nit, seems good afaict

Oneric commented on pull request AkkomaGang/akkoma-fe#378 2024-05-13 00:13:18 +00:00
Make animated emojis in reactions pause

Thanks for the fix and sorry it took so long; one question though

Oneric commented on pull request AkkomaGang/akkoma-fe#378 2024-05-13 00:13:18 +00:00
Make animated emojis in reactions pause

why did you add generic img and emoji classes here? Removing them doesn’t seem to make a difference and on a cursory search no matching selectors seem to exist; did i miss something?

Oneric commented on pull request AkkomaGang/akkoma-fe#390 2024-05-12 23:44:17 +00:00
Fix public favorites

oh also, can you add: Fixes: https://akkoma.dev/AkkomaGang/akkoma-fe/issues/389 as the last line of the commit message? This way the issue will be closed automatically (just mentioning it in the…