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

fix activity center community invite preview #12803

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix activity center community invite preview
  • Loading branch information
Parveshdhull committed Nov 8, 2021
commit 8a2c2aa3296eb86b87b4ce93a88c1583b28d44de
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
;;TODO (perf) move to event
(home-item/memo-timestamp timestamp)]
[react/view {:style styles/notification-message-container}
[home-item/message-content-text (select-keys message [:content :content-type]) false]
[home-item/message-content-text (select-keys message [:content :content-type :community-id]) false]
(cond (= type constants/activity-center-notification-type-mention)
[react/view {:style styles/group-info-container
:accessibility-label :chat-name-container}
Expand Down Expand Up @@ -89,4 +89,4 @@
:width 18
:height 18
:container-style styles/reply-icon}]
[home-item/message-content-text (select-keys reply-message [:content :content-type]) false]])]]]))
[home-item/message-content-text (select-keys reply-message [:content :content-type :community-id]) false]])]]]))