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
Open client on page P as user A and flag the annotation
Reload client on page P as user A
Expected behaviour
Since user A is a group creator (and therefore moderator), they should see the moderation banner appear immediately after they flag the annotation.
Actual behaviour
The moderation banner does not appear until the user reloads the page.
Additional details
This happens because the act of flagging an annotation does not return the updated annotation and the client is not updating the flag count for the annotation itself.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
flag_action
feature flag for users A and BExpected behaviour
Since user A is a group creator (and therefore moderator), they should see the moderation banner appear immediately after they flag the annotation.
Actual behaviour
The moderation banner does not appear until the user reloads the page.
Additional details
This happens because the act of flagging an annotation does not return the updated annotation and the client is not updating the flag count for the annotation itself.
The text was updated successfully, but these errors were encountered: