Merge remote-tracking branch 'upstream/master' into clearnet

pull/1931/head
Audric Ackermann 4 years ago
commit 15ac6ed23c
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -190,13 +190,14 @@ export const MessageContent = (props: Props) => {
</>
)}
{hasContentAfterAttachmentAndQuote ? (
<Flex padding="7px" container={true} flexDirection="column">
<>
{!isDeleted && (
<MessagePreview messageId={props.messageId} handleImageError={handleImageError} />
)}
<MessageText messageId={props.messageId} />
</Flex>
<Flex padding="7px" container={true} flexDirection="column">
<MessageText messageId={props.messageId} />
</Flex>
</>
) : null}
</IsMessageVisibleContext.Provider>
</InView>

@ -417,7 +417,6 @@ export async function storeOnNode(
try {
// no retry here. If an issue is with the path this is handled in lokiOnionFetch
// if there is an issue with the targetNode, we still send a few times this request to a few snodes in // already so it's handled
const result = await snodeRpc({
method: 'store',
params,

Loading…
Cancel
Save