You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielr18 The problem is that the backend returns wrong values of these flags.
For example, I have two users User 1 and User 2
User 1 creates a discussion in a space.
User 2 opens this space and sees newly created discussion but without New tag, because the seenOnce flag value is true
Also there is one more strange behavior:
If User 1 writes a message in this discussion, User 2 will see unseen tag on the discussion. And that's a data problem, too (count is 0, seen is false, seenOnce is undefined).
If I understand correctly this issue was taken care of from the BE side in #2233 and was transferred to the FE.
So I am closing current ticket as a duplication.
We should have different appearance in the FE for items which are "new" for a user and items which were marked as unread.
Currently what I see is:
I'm not sure whether the issue is in the FE or BE. currently opening in the BE, but could be good if also someone from the FE could have a look.
The text was updated successfully, but these errors were encountered: