So what I am doing is seeing up a little chat room within each task. Multiple users can visit that chat room and leave comments. How do I set it up so that a user is alerted to something being new in chatroom. I thought of setting a yes/no update thing that would trigger yes when a viewer left a new comment but realized that the first user viewer will trigger the yes/no back to no, and the rest of users won’t realize an update was left. Any thoughts or ideas?
1 Like
can you have a list of users on the comment (added when a message is left) and then a list of alerts on the user that delete when the page is loaded?
3 Likes
Nice I am going to give that a try