[Glitch] Fix quoted posts appearing between text and media
Port 722fb1ff55c5c3c94294cbc1c39c7084696de6f8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
e9c150393f
commit
0629ea4cba
@ -735,10 +735,10 @@ class Status extends ImmutablePureComponent {
|
|||||||
{...statusContentProps}
|
{...statusContentProps}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{children}
|
|
||||||
|
|
||||||
{media}
|
{media}
|
||||||
{hashtagBar}
|
{hashtagBar}
|
||||||
|
|
||||||
|
{children}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
@ -414,12 +414,12 @@ export const DetailedStatus: React.FC<{
|
|||||||
{...(statusContentProps as any)}
|
{...(statusContentProps as any)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{media}
|
||||||
|
{hashtagBar}
|
||||||
|
|
||||||
{status.get('quote') && (
|
{status.get('quote') && (
|
||||||
<QuotedStatus quote={status.get('quote')} />
|
<QuotedStatus quote={status.get('quote')} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{media}
|
|
||||||
{hashtagBar}
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user