1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 20:52:42 +01:00

text+voice code is already there

This commit is contained in:
Erkin Alp Güney 2022-04-22 23:03:36 +03:00 committed by GitHub
parent c160218fd2
commit a1274f7129

View File

@ -357,7 +357,6 @@ export class Channel extends BaseClass {
isWritable() {
const disallowedChannelTypes = [
ChannelType.GUILD_CATEGORY,
ChannelType.GUILD_VOICE, // TODO: Remove this when clients can send messages to voice channels on discord.com
ChannelType.GUILD_STAGE_VOICE,
ChannelType.VOICELESS_WHITEBOARD,
];