Skip to content

Commit

Permalink
add step to disable browser extensions in help desk message
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler committed Dec 30, 2023
1 parent bd4d71e commit 928cf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/helpTicket/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const getHelpDeskWelcomeMessage = (user: string, isChecked: boolean[] = [
`I have reviewed [Github](${Constants.Urls.Issues}) for known issues.`,
'I have tried accessing Immich via local ip (without a custom reverse proxy).',
'I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the `/upload` command.',
'I have tried an incognito window, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable',
'I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable',
];

return `:wave: Hey <@${user}>,
Expand Down

0 comments on commit 928cf94

Please sign in to comment.