-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When a user wants to get updates when new messages in a thread are published he can subscribe to that thread events and then get those updates
Describe the solution you'd like
make a subscribers db table that is connected to threads and then when a user subscribes to the thread we can store the user id and then last message id of that thread and when the user goes offline and comes back later we compare the last massage id insertion date with the last online date of the user to calculate number of unread messages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo