diff --git a/src/background.ts b/src/background.ts index 47bee1a..431fc98 100644 --- a/src/background.ts +++ b/src/background.ts @@ -1633,7 +1633,7 @@ async function sendChatDirect({ ...(otherData || {}) }; const messageStringified = JSON.stringify(finalJson); - console.log('chatReferencefinal', chatReference) + const txBody = { timestamp: Date.now(), recipient: recipientAddress, @@ -4034,7 +4034,7 @@ chrome?.runtime?.onMessage.addListener((request, sender, sendResponse) => { address, otherData } = request.payload; - console.log('chatReferencebg', chatReference) + sendChatDirect({ directTo, chatReference, diff --git a/src/components/Group/GroupJoinRequests.tsx b/src/components/Group/GroupJoinRequests.tsx index 39aa5e3..d373435 100644 --- a/src/components/Group/GroupJoinRequests.tsx +++ b/src/components/Group/GroupJoinRequests.tsx @@ -108,7 +108,7 @@ export const GroupJoinRequests = ({ myAddress, groups, setOpenManageMembers, get }) }, [groupsWithJoinRequests, txList]) - console.log('filteredJoinRequests', filteredJoinRequests) + return (