cleanning / code format
This commit is contained in:
parent
137b4a3abf
commit
770052bd1a
2 changed files with 7 additions and 12 deletions
Binary file not shown.
|
|
@ -168,9 +168,6 @@ namespace Yavsc
|
|||
return _cxManager.IsPresent(roomName, userName);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public ChatRoomInfo Join(string roomName)
|
||||
{
|
||||
_logger.LogInformation($"Join:{roomName}");
|
||||
|
|
@ -391,11 +388,9 @@ namespace Yavsc
|
|||
cli.addPV(Context.User.Identity.Name, message);
|
||||
_logger.LogInformation($"Sent pv to cx {connectionId}");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[Authorize]
|
||||
|
||||
public void SendStream(string connectionId, long streamId, string message)
|
||||
{
|
||||
if (!InputValidator.ValidateMessage(message)) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue