Skip to content

Commit

Permalink
Merge pull request #37 from h3poteto/types/instance
Browse files Browse the repository at this point in the history
Add max_toot_chars and registrations to Instance
  • Loading branch information
h3poteto authored Apr 7, 2019
2 parents 8e2e9ad + 7e97b42 commit 7944441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entities/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default interface Instance {
urls: URLs,
stats: Stats,
languages: string[],
contact_account: Account | null
contact_account: Account | null,
max_toot_chars?: number,
registrations?: boolean
}

0 comments on commit 7944441

Please sign in to comment.