• Joined on 2022-10-17
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-02-26 13:43:33 +00:00
328b4d93b7 Changelog + remove some unneeded comments from the tests
c1c962e1a8 Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
57eef6d764 prune_objects can prune orphaned activities who reference an array of objects
a7ec6e039c prune_objects can prune orphaned activities
9f34294332 Add changelog entry
Compare 16 commits »
ilja pushed to develop at ilja/akkoma 2023-02-26 13:40:56 +00:00
9f34294332 Add changelog entry
d3089ec399 Ensure we can update contentMap on update
f22c6e4108 Merge pull request 'Update docs about clients' (#484) from mahito1594/akkoma:docs/update-clients-info into develop
3f03f1df9c docs: update URL hosting husky's sourse code
9dc3f8fcdc docs: remark that Pinafore is now unmaintained
Compare 26 commits »
ilja pushed to rename_index_for_faster_restore at ilja/akkoma 2023-02-26 13:38:34 +00:00
3b634dcbe7 Remove the note about activities_visibility_index
8b2adc4fb4 Rename users_ap_id_COALESCE_follower_address_index for faster db restoration
9f34294332 Add changelog entry
d3089ec399 Ensure we can update contentMap on update
f22c6e4108 Merge pull request 'Update docs about clients' (#484) from mahito1594/akkoma:docs/update-clients-info into develop
Compare 14 commits »
ilja commented on pull request AkkomaGang/akkoma#478 2023-02-21 20:04:26 +00:00
Interpret \n as newline for MFM

I know 😃 I was afraid I was gonna need to do very hacky stuff, but there it was 😄

ilja commented on issue AkkomaGang/akkoma#461 2023-02-21 19:49:47 +00:00
[feat] Announcing replies to have more complete threads

A discussion in chat reminded me of https://www.w3.org/TR/activitypub/#inbox-forwarding

So basically, we don't need to announce, the reply should already have correct addressing and we need to…

ilja commented on issue AkkomaGang/akkoma#477 2023-02-18 22:48:13 +00:00
[feat] improve docs on supported dependency versions

Personally I 100% agree because this has annoyed me as well.

I think, technically speaking, the supported Elixir versions should be what's defined in [mix.exs](https://akkoma.dev/AkkomaGang/akko

ilja pushed to newline_remains_newline_in_mfm at ilja/akkoma 2023-02-18 18:56:25 +00:00
b4952a81fe Interpret \n as newline for MFM
ilja pushed to newline_remains_newline_in_mfm at ilja/akkoma 2023-02-18 18:55:21 +00:00
06b98714f3 Interpret \n as newline for MFM
ilja created pull request AkkomaGang/akkoma#478 2023-02-18 18:35:34 +00:00
Interpret \n as newline for MFM
ilja created branch newline_remains_newline_in_mfm in ilja/akkoma 2023-02-18 18:30:43 +00:00
ilja pushed to newline_remains_newline_in_mfm at ilja/akkoma 2023-02-18 18:30:43 +00:00
0669fb1593 Interpret \n as newline for MFM
ef279ac53f build musl on develop
b4e37b03d8 use a slightly earlier alpine version
Compare 3 commits »
ilja commented on issue FoundKeyGang/FoundKey#343 2023-02-18 18:20:49 +00:00
Federate MFM in content field using HTML

you are ignoring the line break markup though, in the snippet you gave there is <span><br></span>

Indeed, we do ignore this! Akkoma will check if the source is of mediaType `text/x.misskey…

ilja commented on issue AkkomaGang/akkoma#381 2023-02-18 15:51:32 +00:00
[bug] See if we can use the content for posts, also when it's MFM.

I now understand why we do what we do. The problem is that the content doesn't contain the needed html. I made an issue for Foundkey now https://akkoma.dev/FoundKeyGang/FoundKey/issues/343.

ilja opened issue FoundKeyGang/FoundKey#343 2023-02-18 15:39:51 +00:00
Federate MFM in content field using HTML
ilja opened issue AkkomaGang/akkoma#470 2023-02-17 20:40:42 +00:00
Clean up old/unneeded mix tasks
ilja pushed to rename_index_for_faster_restore at ilja/akkoma 2023-02-12 09:24:33 +00:00
972a73aea9 Add renaming of index to changelog
772d8b7420 Remove the note about activities_visibility_index
beea0f34d7 Rename users_ap_id_COALESCE_follower_address_index for faster db restoration
f92484fd01 add version in changelog
6e07ed6ea9 fix docker tag
Compare 17 commits »
ilja pushed to delete_orphaned_activities at ilja/akkoma 2023-02-12 09:18:36 +00:00
b4fbe9b517 Changelog + remove some unneeded comments from the tests
a6c440b168 Add docs for pleroma_ctl database prune_objects --prune-orphaned-activities
6651ee1570 prune_objects can prune orphaned activities who reference an array of objects
680ab4e54b prune_objects can prune orphaned activities
f92484fd01 add version in changelog
Compare 18 commits »
ilja commented on issue AkkomaGang/akkoma#381 2023-02-08 21:23:51 +00:00
[bug] See if we can use the content for posts, also when it's MFM.

Another reason to keep context, katex, https://snug.moe/notes/9azp4eandb 🥺

ilja opened issue AkkomaGang/akkoma#461 2023-02-05 16:08:32 +00:00
[feat] Announcing replies to have more complete threads
ilja commented on issue AkkomaGang/akkoma#416 2023-02-05 07:00:49 +00:00
[bug] problem with relay and akkoma

fixed with b71db2f82d