From 8677f2f633f0c8ff121e5210588197f7ec785b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D1=8E=D0=B7=D1=8F?= <151495015+Kinar7@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:47:20 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=BE=20=D1=81=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B2=20=D0=BD=D0=BE=D0=B2=D0=BE=D1=81=D1=82=D0=BD=D1=8B=D1=85?= =?UTF-8?q?=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=D1=8F=D1=85=20(#3309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: be quieti --- Content.Shared/MassMedia/Systems/SharedNewsSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs b/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs index f59b6af3de..52f922606a 100644 --- a/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs +++ b/Content.Shared/MassMedia/Systems/SharedNewsSystem.cs @@ -4,8 +4,8 @@ namespace Content.Shared.MassMedia.Systems; public abstract class SharedNewsSystem : EntitySystem { - public const int MaxTitleLength = 25; - public const int MaxContentLength = 2048; + public const int MaxTitleLength = 40; //Sunrise_Edit + public const int MaxContentLength = 8192; //Sunrise_Edit } [Serializable, NetSerializable]