summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-08-18 10:50:45 +0200
committerTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-08-18 10:50:45 +0200
commit63bd6d97c60e464a0d6ce2cea70cb4217f2c749c (patch)
tree216bb26998fca421291bb1c0ad55e31b650a700c /src
parentPrettier, remove manual deletion of msgs (diff)
downloadserver-ts-63bd6d97c60e464a0d6ce2cea70cb4217f2c749c.tar.xz
re-add CDN TODO comment
Diffstat (limited to 'src')
-rw-r--r--src/util/entities/Channel.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts

index 6538b5238..4cd6c539c 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts
@@ -459,6 +459,7 @@ export class Channel extends BaseClass { } static async deleteChannel(channel: Channel) { + // TODO Delete attachments from the CDN for messages in the channel await Channel.delete({ id: channel.id }); const guild = await Guild.findOneOrFail({