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
Sam is a moderator and reports Alex for inappropriate behavior.
This abuse report is dismissed by another moderator.
When Sam views the moderation dashboard, Sam can see a log of the dismissal.
In the case above, Sam should not be able to see the moderation log. I am not sure this is possible with the current data structure as the moderation logs do not reference the user who reported the abuse - only the reported user (in this case Alex) and the moderator who made the decision.
We could introduce a FK relationship to AbuseReport for this case, or simply add another User field to ModerationLogMsg to account for this situation.
The text was updated successfully, but these errors were encountered:
nlhkabu
changed the title
Do not show moderation logs to moderator when the subject is an abuse report they have made
Hide moderation logs from moderator when the subject is an abuse report they have made
Jun 7, 2015
Example scenario:
In the case above, Sam should not be able to see the moderation log. I am not sure this is possible with the current data structure as the moderation logs do not reference the user who reported the abuse - only the reported user (in this case Alex) and the moderator who made the decision.
We could introduce a FK relationship to
AbuseReport
for this case, or simply add anotherUser
field toModerationLogMsg
to account for this situation.┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: