-
Notifications
You must be signed in to change notification settings - Fork 7
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
BOX-227: Add actual edit-permissions check #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-reviewed
const isAnotherViewing = guard({ | ||
source: cardCtxLoaded, | ||
filter: ({ viewer, card }) => { | ||
if (!viewer) return false; | ||
return viewer.id !== card.answer.card.authorId; | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Как обсудили с @sergeysova и @dmi-ch - лучше обрабатывать так "налету", чем доставать из стора
В том числе во избежании гонки данных
@sergeysova ping |
CHANGELOG
0D085z4CSq.mp4