mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 18:25:16 +00:00
re-add CDN TODO comment
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user