diff --git a/src/Tgstation.Server.Host/Components/Interop/ChatEmbed.cs b/src/Tgstation.Server.Host/Components/Interop/ChatEmbed.cs index cd4b802670..da3518ec2a 100644 --- a/src/Tgstation.Server.Host/Components/Interop/ChatEmbed.cs +++ b/src/Tgstation.Server.Host/Components/Interop/ChatEmbed.cs @@ -20,7 +20,9 @@ namespace Tgstation.Server.Host.Components.Interop /// /// The URL of the embed. /// +#pragma warning disable CA1056 // Uri properties should not be strings public string Url { get; set; } +#pragma warning restore CA1056 // Uri properties should not be strings /// /// The ISO 8601 timestamp of the embed.