-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Inbox unread filter fixes #2317
Comments
Fixed a related issue. The FE is caching the inbox items some way which leads to unknown behavior on what inbox items are displayed. |
Regarding real-time unread messages update: waiting for the further updates from @elatif2020. |
Inbox unread filter fixes #2317
There are some issues we should fix here, but first we should hide this option to deploy to production The fixes we need (afterward):
|
@elatif2020 I do not fully understand what should be done from the FE side here regarding you first point. I think it is related to BE endpoint. @danielr18 Correct me please if I am wrong. |
@danielr18 I think that I can add background loading of the unread items in the following way:
That's the plan. Am I correct that I do not need to worry about the items between currently displayed items and after them? I think that any new |
…ments Inbox unread filter fixes - Real-time items update #2317
@elatif2020 |
@NoamQA |
ok tested on several users |
@danielr18 @andreymikhadyuk
|
@elatif2020 @danielr18 |
@elatif2020 @danielr18 |
@NoamQA |
@elatif2020 |
Okay, thanks |
@NoamQA Please provide your user's email. |
@elatif2020 @NoamQA If Noam's email is |
Thanks @andreymikhadyuk 🙏 |
For some reason, when I don't have any unread streams it show an empty inbox (with only unread messages view), but when I have one or some unread messages, it shows me them plus two more streams -- the Autumn DEV one and a DM with Daniel (which, btw, doesn't appear in my inbox in the regular view).
Include also New streams (streams with the New badge) that have recently been created but which don't have yet any message on them.
The text was updated successfully, but these errors were encountered: