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
+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 {