feat: release v0.2.3 with moderation system, private channels, and UI enhancements

This commit is contained in:
HueByte
2026-02-19 19:37:45 +01:00
parent 38b60e5626
commit 0dbb02d12a
6 changed files with 64 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ public static class HubConstants
{
public const string ChatHubPath = "/hubs/chat";
public const string DefaultChannel = "general";
public const int DefaultHistoryCount = 50;
public const int DefaultHistoryCount = 100;
public const int MaxMessageLength = 2000;
public const int MaxFileSizeBytes = 10 * 1024 * 1024; // 10 MB
public const int MaxAvatarSizeBytes = 2 * 1024 * 1024; // 2 MB