リモートのピン留め投稿取得対応 (#2798)
* Fetch featured * Handle featured change * Fix typo
This commit is contained in:
parent
b5745877ca
commit
c09a2a37fe
11 changed files with 199 additions and 63 deletions
|
@ -113,6 +113,7 @@ export interface ILocalUser extends IUserBase {
|
|||
export interface IRemoteUser extends IUserBase {
|
||||
inbox: string;
|
||||
sharedInbox?: string;
|
||||
featured?: string;
|
||||
endpoints: string[];
|
||||
uri: string;
|
||||
url?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue