[Chat] Restructure MessageItem to prevent alignment issues (#10888)

This commit is contained in:
Samuel Newman
2026-06-13 00:59:50 +03:00
committed by GitHub
parent 9c346e5494
commit 52b945b7be
3 changed files with 96 additions and 106 deletions
-1
View File
@@ -14,7 +14,6 @@ export function ActionsWrapper({
children,
}: {
message: ChatBskyConvoDefs.MessageView
hasReactions?: boolean
isFromSelf: boolean
senderProfile?: bsky.profile.AnyProfileView
moderationOpts: ModerationOpts | undefined