Merge pull request 'Remove trim on message bodies and hopefully not destroy everything' (#3) from flash-patch-1 into mistress
Reviewed-on: #3
This commit is contained in:
commit
783d5162da
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ namespace SharpChat.PacketHandlers
|
|||
if(messageText.Length > maxMsgLength)
|
||||
messageText = messageText[..maxMsgLength];
|
||||
|
||||
messageText = messageText.Trim();
|
||||
|
||||
#if DEBUG
|
||||
Logger.Write($"<{ctx.Connection.Id} {user.UserName}> {messageText}");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue