diff options
Diffstat (limited to 'src/screens/Messages/List/ChatListItem.tsx')
-rw-r--r-- | src/screens/Messages/List/ChatListItem.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/screens/Messages/List/ChatListItem.tsx b/src/screens/Messages/List/ChatListItem.tsx index a5c709a27..d5658249d 100644 --- a/src/screens/Messages/List/ChatListItem.tsx +++ b/src/screens/Messages/List/ChatListItem.tsx @@ -23,6 +23,7 @@ import {ConvoMenu} from '#/components/dms/ConvoMenu' import {Bell2Off_Filled_Corner0_Rounded as BellStroke} from '#/components/icons/Bell2' import {Link} from '#/components/Link' import {useMenuControl} from '#/components/Menu' +import {PostAlerts} from '#/components/moderation/PostAlerts' import {Text} from '#/components/Typography' export let ChatListItem = ({ @@ -264,6 +265,12 @@ function ChatListItemReady({ ]}> {lastMessage} </Text> + + <PostAlerts + modui={moderation.ui('contentList')} + size="large" + style={[a.pt_xs]} + /> </View> {convo.unreadCount > 0 && ( |