1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-09 20:22:47 +01:00

re-add CDN TODO comment

This commit is contained in:
TomatoCake 2024-08-18 10:50:45 +02:00
parent b7f966c8c2
commit 63bd6d97c6

View File

@ -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({