Closed colinmacdonald closed 10 years ago
You're still sending and storing the entire user object in every chat message.
I would suggest accessing and sending only the information that is relevant to the chat display, rather than all of the data stored on every user.
This is not required in this PR, but would be a good change.
@tmyrden @nealstewart made the fixes to your comments.
LGTM pending :white_check_mark:
Closes #6 Closes #20 Closes #17