feat(postgres): persist outbox_url, implement get_following_outbox_url

This commit is contained in:
2026-05-13 01:24:34 +02:00
parent 1b41e7c1f5
commit 5cd7409491
2 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE ap_remote_actors ADD COLUMN outbox_url TEXT;