diff --git a/ts/components/conversation/message/MessageContent.tsx b/ts/components/conversation/message/MessageContent.tsx index d17fb5069..cbf382506 100644 --- a/ts/components/conversation/message/MessageContent.tsx +++ b/ts/components/conversation/message/MessageContent.tsx @@ -190,13 +190,14 @@ export const MessageContent = (props: Props) => { )} {hasContentAfterAttachmentAndQuote ? ( - + <> {!isDeleted && ( )} - - - + + + + ) : null} diff --git a/ts/session/snode_api/SNodeAPI.ts b/ts/session/snode_api/SNodeAPI.ts index 5f652585e..5feddefc1 100644 --- a/ts/session/snode_api/SNodeAPI.ts +++ b/ts/session/snode_api/SNodeAPI.ts @@ -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,