Skip to content

Commit

Permalink
add google-takeout-discussion command
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Oct 12, 2023
1 parent 87abc17 commit 60cd69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/slashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const linkCommands: Record<string, string> = {
backup: `${DOCS_DOMAIN}/administration/backup-and-restore`,
github: IMMICH_REPOSITORY,
cli: `${DOCS_DOMAIN}/features/bulk-upload`,
'google-takeout': "https://github.com/immich-app/immich/discussions/1340"
};
const helpTexts: Record<string, string> = {
'help ticket':
Expand Down

0 comments on commit 60cd69e

Please sign in to comment.