Skip to content

Commit

Permalink
Add legal information (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
  • Loading branch information
Nutomic and dessalines authored May 22, 2022
1 parent 44e5c91 commit 6bf0114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/api/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export interface EditSite {
application_question?: string;
private_instance?: boolean;
default_theme?: string;
legal_information?: string;
default_post_listing_type?: string;
auth: string;
}
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export interface Site {
last_refreshed_at: string;
inbox_url: string;
public_key: string;
legal_information?: string;
}

export interface PrivateMessage {
Expand Down

0 comments on commit 6bf0114

Please sign in to comment.