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;
+2
View File
@@ -11,6 +11,8 @@ export interface User {
website?: string | null;
createdAt?: string;
movedTo?: string | null;
isRemote?: boolean;
profileUrl?: string | null;
}
export interface MediaItem {