1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2020-12-20 17:53:24 +01:00
parent 98a60df9d1
commit 09b960d368
15 changed files with 228 additions and 158 deletions

View File

@ -74,7 +74,12 @@ const TimelineConversation: React.FC<Props> = ({
: StyleConstants.Avatar.M + StyleConstants.Spacing.S
}}
>
<TimelineActions queryKey={queryKey} status={item.last_status!} />
<TimelineActions
queryKey={queryKey}
status={item.last_status!}
reblog={false}
sameAccountRoot={false}
/>
</View>
</View>
)