Infer quote_id from links in status content

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-29 23:53:10 +02:00
parent 1d177831fe
commit 9668846ff0
6 changed files with 75 additions and 8 deletions

View File

@ -154,6 +154,8 @@ const Account = ({
);
}
if (!withRelationship) return null;
if (account.id !== me) {
return <ActionButton account={account} actionType={actionType} />;
}
@ -297,7 +299,7 @@ const Account = ({
</HStack>
<div ref={actionRef}>
{(withRelationship || action) ? renderAction() : null}
{renderAction()}
</div>
</HStack>
</div>