Fixing some missing fields.
This commit is contained in:
parent
5a87c4bf1d
commit
5559d2670b
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ export class Site {
|
|||
actor_id: string;
|
||||
last_refreshed_at: string;
|
||||
inbox_url: string;
|
||||
private_key: Option<string>;
|
||||
public_key: string;
|
||||
instance_id: number;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue