Skip to content

Commit

Permalink
fix: Hide helpdesk previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraedis authored Feb 1, 2025
1 parent ecf7eaa commit 6f77eca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/discord/help-desk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ export class DiscordHelpDesk {

const tasks = [
`verified I'm on the latest release(note that mobile app releases may take some time).`,
`read applicable [release notes](${Constants.Urls.Release}).`,
`reviewed the [FAQs](${Constants.Urls.Docs.FAQ}) for known issues.`,
`reviewed [Github](${Constants.Urls.Issues}) for known issues.`,
`read applicable [release notes](<${Constants.Urls.Release}>).`,
`reviewed the [FAQs](<${Constants.Urls.Docs.FAQ}>) for known issues.`,
`reviewed [Github](<${Constants.Urls.Issues}>) for known issues.`,
'tried accessing Immich via local ip (without a custom reverse proxy).',
'uploaded the relevant information (see below).',
'tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable',
Expand All @@ -335,10 +335,10 @@ export class DiscordHelpDesk {
Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich ${Constants.Icons.Immich}.
## References
- __Container Logs:__ \`docker compose logs\` [docs](${Constants.Urls.Docs.Logs})
- __Container Status__: \`docker ps -a\` [docs](${Constants.Urls.Docs.Containers})
- __Reverse Proxy:__ ${Constants.Urls.Docs.ReverseProxy}
- __Code Formatting__ ${Constants.Urls.Formatting}`,
- __Container Logs:__ \`docker compose logs\` [docs](<${Constants.Urls.Docs.Logs}>)
- __Container Status__: \`docker ps -a\` [docs](<${Constants.Urls.Docs.Containers}>)
- __Reverse Proxy:__ <${Constants.Urls.Docs.ReverseProxy}>
- __Code Formatting__ <${Constants.Urls.Formatting}>`,
`
## Checklist
Expand Down

0 comments on commit 6f77eca

Please sign in to comment.