This commit is contained in:
John Livingston 2024-06-13 15:05:22 +02:00
parent 8dede18070
commit ae429c65a7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -170,9 +170,6 @@ export class ChannelDetailsService {
) )
if (!response.ok) { 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.') throw new Error('Can\'t get channel emojis options.')
} }