Remote follow fix 2

This commit is contained in:
Christopher
2026-01-22 15:35:47 -08:00
parent b2d594d212
commit 2906063411
7 changed files with 125 additions and 21 deletions
+4
View File
@@ -8,6 +8,10 @@ export interface ActivityPubProfile {
name?: string;
summary?: string;
url?: string;
inbox?: string;
endpoints?: {
sharedInbox?: string;
};
icon?: {
url: string;
} | string;