1
0
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:
Zhiyuan Zheng
2020-12-21 21:47:15 +01:00
parent 25a80cc57e
commit 33b0b6b8ff
15 changed files with 257 additions and 83 deletions

View File

@ -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!} />
)}