mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Add account actions
This commit is contained in:
@ -26,7 +26,7 @@ const ComposeReply: React.FC = () => {
|
||||
<View style={[styles.status, { borderTopColor: theme.border }]}>
|
||||
<TimelineAvatar account={replyToStatus!.account} />
|
||||
<View style={styles.details}>
|
||||
<TimelineHeaderDefault status={replyToStatus!} />
|
||||
<TimelineHeaderDefault status={replyToStatus!} sameAccount={false} />
|
||||
{replyToStatus!.content.length > 0 && (
|
||||
<TimelineContent status={replyToStatus!} />
|
||||
)}
|
||||
|
Reference in New Issue
Block a user