Skip to content

Commit

Permalink
fix: set client source to crab
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Mar 6, 2024
1 parent 53b37a8 commit e4395bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { mastodon } from 'masto'

export const APP_NAME = 'Elk'
export const APP_NAME = 'crab'

export const DEFAULT_POST_CHARS_LIMIT = 500
export const DEFAULT_FONT_SIZE = '15px'
Expand Down
2 changes: 1 addition & 1 deletion server/utils/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function fetchAppInfo(origin: string, server: string) {
method: 'POST',
body: {
client_name: APP_NAME + (env !== 'release' ? ` (${env})` : ''),
website: 'https://elk.zone',
website: 'https://crab.bumscode.com',
redirect_uris: getRedirectURI(origin, server),
scopes: 'read write follow push',
},
Expand Down

0 comments on commit e4395bc

Please sign in to comment.