Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[messaging] Rename body to text #3595

Merged
merged 4 commits into from
Jan 23, 2024
Merged

[messaging] Rename body to text #3595

merged 4 commits into from
Jan 23, 2024

Conversation

Weiko
Copy link
Member

@Weiko Weiko commented Jan 23, 2024

Context

Last PR introduced an html column. Because of this, the body column was not clear enough so we are renaming it to text.

Test

Screenshot 2024-01-23 at 19 48 31 Screenshot 2024-01-23 at 19 48 13

Copy link
Member

@charlesBochet charlesBochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -50,7 +50,7 @@ export const Threads = ({ entity }: { entity: ActivityTargetableObject }) => {

const timelineThreads: TimelineThread[] =
threads.data[
entity.targetObjectNameSingular === 'Person'
entity.targetObjectNameSingular === 'person'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use CoreObjectNameSingular

@charlesBochet charlesBochet merged commit c7ad6a0 into main Jan 23, 2024
13 checks passed
@charlesBochet charlesBochet deleted the c--rename-body-to-text branch January 23, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants