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
We are receiving emails requesting us to take down replies by already-blocked users.
We currently cannot achieve this because we do not expose enough information in API for the clients (rumors-site) to hide the page.
Proposed changes:
Add status to Reply object. The value can share the same enum as ArticleReply's status. We implement a GraphQL resolver for that field to resolve status by detecting if its author has been blocked, or if all article replies are already deleted.
We are receiving emails requesting us to take down replies by already-blocked users.
We currently cannot achieve this because we do not expose enough information in API for the clients (rumors-site) to hide the page.
Proposed changes:
status
toReply
object. The value can share the same enum asArticleReply
's status. We implement a GraphQL resolver for that field to resolvestatus
by detecting if its author has been blocked, or if all article replies are already deleted.This change will also help cofacts/rumors-site#456 .
The text was updated successfully, but these errors were encountered: