Open colinmacdonald opened 10 years ago
Store a historical user list separately instead of storing the userObj in each message. Should only be storing the userId on each message.
Should look to implement the historical storage in the userCache component.
So you will be storing the user data in a separate key outside of /.users right ?
/.users
yes.
Store a historical user list separately instead of storing the userObj in each message. Should only be storing the userId on each message.