####User story & summary:
As a Wikimedian, I only want necessary data logged publicly, because I want the wikis to respect my privacy.
As a new Editor, I only expect edits to be logged publicly, and I don't think of an image rejection as an edit.
####Background & research:
This task is important because we should respect user privacy and the wikis should only publicly log data when necessary In this case we already track rejections via private instrumentation and we cab avoid public logging.
[[ https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#%22Reviewed_an_image_suggestion%22_user_log_entry | Enwiki discussion about the mobile app’s “add an image” task ]].
Related: {T289024}
####Acceptance Criteria:
//Skip the logging command when rejecting an image suggestion. //
In other words:
Given I'm reviewing an **Article-level image suggestion** or a **Section-level image suggestion** via the mobile apps or web,
When I reject an image suggestion
Then the action is not logged publicly. (But the suggestion is removed from the task queue and we capture rejection reason via event data).