Skip to content

Commit

Permalink
feat: Add Instance.configuration.urls.status
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Feb 11, 2023
1 parent af6198b commit 0e98d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mastodon/v2/entities/instance.ts
Expand Up @@ -29,6 +29,8 @@ export interface InstanceThumbnail {
export interface InstanceUrls {
/** The WebSockets URL for connecting to the streaming API. */
streamingApi: string;
/** Instance status URL */
status?: string;
}

export interface InstanceAccountsConfiguration {
Expand Down

0 comments on commit 0e98d51

Please sign in to comment.