Merge remote-tracking branch 'origin/main'

# Conflicts:
#	RelayClient/MainPage.xaml.cs
#	RelayClient/Services/RelaySocketClient.cs
#	RelayServer/Services/Chat/ChatSocketBehavior.cs
#	RelayServer/Services/Chat/ConnectedClientService.cs
#	RelayShared/Services/WsControlMessage.cs
This commit is contained in:
2026-06-03 13:20:15 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -39,4 +39,4 @@ public sealed class WsEventMessage
{
public WsEvent Event { get; set; }
public string? Detail { get; set; }
}
}