-
Notifications
You must be signed in to change notification settings - Fork 0
Friend status and chat log not updating from the receivers perspective in real time #64
Copy link
Copy link
Open
Labels
app specificAn issue specific to an app on the website (must describe what that app is)An issue specific to an app on the website (must describe what that app is)back endSomething that has to do with the back end (server stuff, database, JS, npm)Something that has to do with the back end (server stuff, database, JS, npm)bugSomething isn't workingSomething isn't workingfront endSomething that has to do with the front end (HTML/CSS, Three.js)Something that has to do with the front end (HTML/CSS, Three.js)javascriptPull requests that update javascript codePull requests that update javascript codenpm packege(s)Anything that has to do with one or more npm package.Anything that has to do with one or more npm package.
Metadata
Metadata
Assignees
Labels
app specificAn issue specific to an app on the website (must describe what that app is)An issue specific to an app on the website (must describe what that app is)back endSomething that has to do with the back end (server stuff, database, JS, npm)Something that has to do with the back end (server stuff, database, JS, npm)bugSomething isn't workingSomething isn't workingfront endSomething that has to do with the front end (HTML/CSS, Three.js)Something that has to do with the front end (HTML/CSS, Three.js)javascriptPull requests that update javascript codePull requests that update javascript codenpm packege(s)Anything that has to do with one or more npm package.Anything that has to do with one or more npm package.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm experiencing major logic errors when it comes to interacting with friends, most of which is from when the user sends, receives, and accepts a request.
Issues I've found that need fixing:
To fix the first two, we'll need to update the requester when the user accepts the request. This will add each other to the friends lists, update each other on their online status, and both users will receive a Toast Notification that they are now friends.
To fix the last issue, when a user creates a new conversation on the chat, all users who are in the new conversation must receive an update about it internally and see it appear on the conversations list right then and there.