Skip to content

Fix avatars in group review queue minds#4807

Ben requested to merge fix/grp-rev-avatars-m4807 into master

Ticket(s) / Related Merge Requests

minds#4807 (closed)

Summary of Changes

Fixes avatars not appearing in group review queue. This seems to be because a legacy export function was being used when passing the activities back.

Testing Considerations

  1. Make a moderated group.
  2. Have another user make a post in it.
  3. Go into the review queue, check the users avatar appears on the review queue item.

Deployment Considerations

Standard deployment.

Regression Scope

Group review queue.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual.

Screenshots / Screen Recording

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports