diff --git a/client/common/configuration/services/channel-details.ts b/client/common/configuration/services/channel-details.ts index 19bb5403..aa3b02b6 100644 --- a/client/common/configuration/services/channel-details.ts +++ b/client/common/configuration/services/channel-details.ts @@ -170,9 +170,6 @@ export class ChannelDetailsService { ) if (!response.ok) { - if (response.status === 404) { - // File does not exist yet, that is a normal use case. - } throw new Error('Can\'t get channel emojis options.') }