• Joined on 2022-10-17
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 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 created branch newline_remains_newline_in_mfm in ilja/akkoma 2023-02-18 18:30:43 +00:00
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

ilja deleted branch fix_relay_should_be_type_application from ilja/akkoma 2023-02-05 06:48:46 +00:00
ilja pushed to fix_relay_should_be_type_application at ilja/akkoma 2023-02-02 20:05:23 +00:00
f8e8eadf9c create_service_actor is now type Application
ilja commented on pull request AkkomaGang/akkoma#457 2023-02-02 16:43:33 +00:00
create_service_actor is now type Application

I see two tests failing, but they also fail on develop, so doesn't seem related to this...

test/pleroma/web/activity_pub/object_validators/block_validation_test.exs:23
test/pleroma/web/com…
ilja pushed to fix_relay_should_be_type_application at ilja/akkoma 2023-02-02 16:40:47 +00:00
f0d72b308e Migration so relay and internal.fetch are actor_type Application
ilja pushed to fix_relay_should_be_type_application at ilja/akkoma 2023-02-02 16:28:30 +00:00
fc1b2ea2c0 Migration so relay and internal.fetch are actor_type Application
ilja created pull request AkkomaGang/akkoma#457 2023-02-02 15:39:16 +00:00
WIP: create_service_actor is now type Application