Closed alvitoraidhy closed 2 years ago
Typo found in
users.js
that could lead to runtime error. Apart from that the application runs well on my end.
Thanks. The issue should be fixed.
Looks good now, except for the use of
_id
in the backend vsid
in the frontend. It can be resolved by renaming all theid
s in frontend to_id
.
Done. Thanks
Merged to "chat-conversation" branch
Closes #19 and #49. Going to need everyone's approval for this because a lot was changed and/or refactored.