@@ -294,13 +294,13 @@ public class Chat : WebSocketService
privatestring_suffix;
publicChat()
:this(String.Empty)
:this(null)
{
}
publicChat(stringsuffix)
{
_suffix=suffix;
_suffix=suffix??String.Empty;
}
protectedoverridevoidOnMessage(MessageEventArgse)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.