From a41446c316533e3904d3978cecfc5fe7b4d0214f Mon Sep 17 00:00:00 2001 From: Dominion Date: Tue, 28 Mar 2023 03:07:32 -0400 Subject: [PATCH] One more rogue URL --- src/Tgstation.Server.Host/Components/Interop/ChatEmbed.cs | 2 ++ 1 file changed, 2 insertions(+) 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.