Skip to content

Commit

Permalink
parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkux committed Nov 25, 2023
1 parent 6e1509e commit 79eff81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/messenger-web/src/Dm3Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const Dm3Widget: React.FC = () => {
ethereumProvider: process.env.REACT_APP_ETHEREUM_PROVIDER,
walletConnectProjectId: process.env.REACT_APP_WALLET_CONNECT_PROJECT_ID,
showAlways: true,
hideFunction: 'attachments,edit,delete', // OPTINAL PARAMETER : 'attachments,edit,delete' or undefined
showContacts: true, // true for all contacts / false for default contact

};

return (
Expand Down

0 comments on commit 79eff81

Please sign in to comment.