akkoma/priv/repo
Haelwenn (lanodan) Monnier 00f1bb1dc6 Purge obsolete ap_enabled indicator
It was used to migrate OStatus connections to ActivityPub if possible,
but support for OStatus was long since dropped, all new actors always AP
and if anything wasn't migrated before, their instance is already marked
as unreachable anyway.

The associated logic was also buggy in several ways and deleted users
got set to ap_enabled=false also causing some issues.

This patch is a pretty direct port of the original Pleroma MR;
follow-up commits will further fix and clean up remaining issues.
Changes made (other than trivial merge conflict resolutions):
  - converted CHANGELOG format
  - adapted migration id for Akkoma’s timeline
  - removed ap_enabled from additional tests

Ported-from: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3880
2024-12-21 04:35:14 +01:00
..
migrations Purge obsolete ap_enabled indicator 2024-12-21 04:35:14 +01:00
optional_migrations Drop unused indices 2024-05-02 00:08:33 +02:00
seeds.exs Phoenix skeleton 2017-03-17 17:09:58 +01:00