Remote follow fix 2
This commit is contained in:
@@ -8,6 +8,10 @@ export interface ActivityPubProfile {
|
||||
name?: string;
|
||||
summary?: string;
|
||||
url?: string;
|
||||
inbox?: string;
|
||||
endpoints?: {
|
||||
sharedInbox?: string;
|
||||
};
|
||||
icon?: {
|
||||
url: string;
|
||||
} | string;
|
||||
|
||||
@@ -11,6 +11,8 @@ export interface User {
|
||||
website?: string | null;
|
||||
createdAt?: string;
|
||||
movedTo?: string | null;
|
||||
isRemote?: boolean;
|
||||
profileUrl?: string | null;
|
||||
}
|
||||
|
||||
export interface MediaItem {
|
||||
|
||||
Reference in New Issue
Block a user