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 ? ( {hasContentAfterAttachmentAndQuote ? (
<Flex padding="7px" container={true} flexDirection="column"> <>
{!isDeleted && ( {!isDeleted && (
<MessagePreview messageId={props.messageId} handleImageError={handleImageError} /> <MessagePreview messageId={props.messageId} handleImageError={handleImageError} />
)} )}
<Flex padding="7px" container={true} flexDirection="column">
<MessageText messageId={props.messageId} /> <MessageText messageId={props.messageId} />
</Flex> </Flex>
</>
) : null} ) : null}
</IsMessageVisibleContext.Provider> </IsMessageVisibleContext.Provider>
</InView> </InView>

@ -417,7 +417,6 @@ export async function storeOnNode(
try { try {
// no retry here. If an issue is with the path this is handled in lokiOnionFetch // 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 // 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({ const result = await snodeRpc({
method: 'store', method: 'store',
params, params,

Loading…
Cancel
Save