Skip to content

Do not show titles in rich-embed activity post body minds#4522

Ben requested to merge feat/embed-titles-m4522 into master

Ticket(s) / Related Merge Requests

minds#4522 (closed)

Summary of Changes

Make the front-end code NOT render a title in activity bodies when no message is set.

Testing Considerations

  • Rich embeds with NO message do not display any activity body (previously it'd display the rich-embed title).
  • Rich embeds with a message still display the message in the activity body.
  • Activites with messages still display the message in the activity body.
  • Titles still display as activity body for media when only the title is set.
  • Body and title still display as activity body for media when only body and title are set.

Deployment Considerations

Standard deployment.

Regression Scope

Activity message and title text.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual.

Screenshots / Screen Recording

Rich embeds with NO message

image

Rich embeds with a message

image

Activites with messages

image

Media with title and message

image

Media with title and NO message

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