• Joined on 2022-10-17
ilja commented on pull request AkkomaGang/akkoma#878 2025-06-21 09:37:31 +00:00
Add htmlMfm key when relevant

@Oneric wrote in AkkomaGang/akkoma#878 (comment):

Can you fix the merge conflict?

I believe I tested this before applying it myself, but it would be…

d200c7e11c Add extra tests + fix storing htmlMfm in database when federated
487e1082be Merge branch 'develop' of https://akkoma.dev/AkkomaGang/akkoma into add_fep-c16b_discovery_mechanism_to_not_always_reparse_mfm
3791b695f4 Merge pull request 'fix some elixir 1.18 deprecation warnings' (#930) from Oneric/akkoma:build_deprecation-warnings into develop
c749df62a1 cosmetic: replace deprecated Tuple.append
88a6a9d964 cosmetic: replace deprecated comment syntax in eex
Compare 59 commits »
ilja pushed to develop at ilja/akkoma 2025-05-11 08:40:52 +00:00
30b1684e28 Merge pull request 'docs: fix spelling and grammar' (#923) from Oneric/akkoma:solidsanek_doc-tweaks into develop
23ee94c0d8 docs: use highlight blocks where appropriate
303f0931de docs: fix spelling and grammar
8b05f8bd84 docs: consistenly capitalise Caddy
4766e4bfce docs: consistently cpaitlaise Apache
Compare 154 commits »
ilja commented on pull request AkkomaGang/akkoma#878 2025-04-30 10:00:01 +00:00
Add htmlMfm key when relevant

This is good feedback, and of a type I often feel I miss (and probably explains why not often followed), thank you. I'll leave it as is now bc you said you'll also be testing it, and otherwise it…

ilja commented on pull request AkkomaGang/akkoma#878 2025-04-30 09:54:31 +00:00
Add htmlMfm key when relevant

This indeed sounds better thk you! Fixed now

39d768af82 Fix grammatical errors after code review
ilja commented on pull request AkkomaGang/akkoma#878 2025-04-07 06:13:38 +00:00
Add htmlMfm key when relevant

ah, yes. I changed this to make it easier for myself to reason about the pipeline, and then kept it bc it seemed an improvement for readability.
The way it was written (`user

c9a36e4340 Support htmlMfm term key for FEP-c16b compliance
3b701e9974 Support htmlMfm term key for FEP-c16b compliance
90ec2168fe Add htmlMfm key when relevant
ff3aaa73ee Merge pull request 'exiftool/strip: hide warnings from log' (#883) from Oneric/akkoma:exiftool-hide-warning into develop
3d032493eb Merge pull request 'fix: docs: arch linux split erlang package' (#879) from a/akkoma:develop into develop
ab9a4ce0d5 remove specific split packages, refer only to erlang-headless or erlang
699c051101 erlang-headless now exists
Compare 20 commits »
f82fbb431a Add htmlMfm key when relevant
5c8537aa25 Add htmlMfm key when relevant
908ec0a738 Add htmlMfm key when relevant
d64b730714 Add htmlMfm key when relevant
4a57821093 Add htmlMfm key when relevant
454244d13a Add htmlMfm key when relevant
1b12168063 Add htmlMfm key when relevant
47766297e3 Add htmlMfm key when relevant
ilja commented on pull request AkkomaGang/akkoma#856 2025-04-06 07:07:47 +00:00
Don’t pretend internal actors have follow(er|ing) collections

I switched to develop, then merged 'oneric/fetch-actor-follow-collections'.

Before the switch:

curl 'https://ilja.space/relay' -H 'Accept: application/activit…
ilja commented on pull request AkkomaGang/akkoma#884 2025-03-22 05:14:17 +00:00
federation/out: tweak publish retry backoff

For some reason i thought we kept trying for a week or so 🤔 What happens after the ~23-28min? Do we completely stop trying to deliver, or is the job put on an oban queue and retried later from…