Skip to content

Custom gif flag #2614

Olivia Madrid requested to merge fix/custom-gif-flag-2614 into master

Ticket(s) / Related Merge Requests

#2614 (closed)

Summary of Changes

In exports of activities with images, the custom_data obj now has a gif property, which is either 1 or 0.

️ This doesn't change the gifs that were not tagged during the time gap when this property was lost.

Testing Considerations

Activities with media attachments

Deployment Considerations

️ Tag the mobile team on mobile-native#5010 (closed) following merge

Regression Scope

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

An image on an activity that is a gif has property activity.custom_data[i].gif with value 1.

An image on an activity that is not a gif has property activity.custom_data[i].gif with value 0.

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 Olivia Madrid

Merge request reports