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:
parent
b7f966c8c2
commit
63bd6d97c6
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user