We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createdAtField
chatroomId
/send
writeMessage
Clark/api/main_endpoints/routes/Messages.js
Line 47 in 5f89a18
/getLatestMessage
The text was updated successfully, but these errors were encountered:
ngtri1809
No branches or pull requests
game plan
createdAtField
andchatroomId
fields/send
to include writing to mongodb with your new collection, specifically thewriteMessage
functionClark/api/main_endpoints/routes/Messages.js
Line 47 in 5f89a18
/getLatestMessage
to return the messages from mongodb on a specific room id, test if this works with postman/getLatestMessage
once the user joins a chatroom, so they can load the ongoing messages from users.The text was updated successfully, but these errors were encountered: