mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Syntax cleanup
This commit is contained in:
@@ -229,7 +229,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
{
|
||||
replyToReference = discordMessage.MessageReference;
|
||||
allowedMentions = new AllowedMentions(
|
||||
Parse: new[] // reset settings back to how discord acts if this is not passed (which is different than the default if empty)
|
||||
Parse: new List<MentionType> // reset settings back to how discord acts if this is not passed (which is different than the default if empty)
|
||||
{
|
||||
MentionType.Everyone,
|
||||
MentionType.Roles,
|
||||
|
||||
Reference in New Issue
Block a user