Remote follow fix

This commit is contained in:
Christopher
2026-01-22 15:42:15 -08:00
parent 2906063411
commit 898125a131
5 changed files with 257 additions and 11 deletions
+3
View File
@@ -9,6 +9,9 @@ export interface ActivityPubProfile {
summary?: string;
url?: string;
inbox?: string;
outbox?: string;
followers?: string;
following?: string;
endpoints?: {
sharedInbox?: string;
};