-
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
Correct seen \ seenOnce default values #2233
Comments
Hi @budnik9. I've made the changes in the backend. However, we need to make a change in the frontend to treat a missing |
@elatif2020 @danielr18 Please confirm if this behavior is correct! For example, I have two users User 1 and User 2 User 1 creates a discussion in a space.
|
@budnik9 |
@danielr18 I made changes to treat a missing |
@budnik9 I'm not sure whether this is an issue or the correct behavior. Does it happens also after User 2 see the item? |
@elatif2020 It happens after User 2 sees the item |
@budnik9 okay thanks for clarifying, I created a BE ticket https://github.com/daostack/common-backend/issues/2196 |
…ity-issue Correct seen \ seenOnce default values #2233
seen & seenOnce defaults for other users should be false
For example, I have two users User 1 and User 2
New
tag, because theseenOnce
flag value istrue
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
is0
,seen
isfalse
,seenOnce
isundefined
).cc @elatif2020
Originally posted by @budnik9 in #2221 (comment)
The text was updated successfully, but these errors were encountered: