just chat improvements :sludge:

This commit is contained in:
azyges
2025-12-17 03:46:23 +09:00
parent 1734f0e32f
commit 67fe2a1f0f
10 changed files with 434 additions and 411 deletions

View File

@@ -40,9 +40,6 @@ public class ReportedChatMessage
[Required]
public string MessageContent { get; set; } = string.Empty;
[Required]
public string SenderToken { get; set; } = string.Empty;
public string? SenderHashedCid { get; set; }
public string? SenderDisplayName { get; set; }