Skip to content

Commit

Permalink
🚸 Hide raw payload for wc session request
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Apr 24, 2024
1 parent 40ffc7b commit 890a4ce
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ function getRawContent({ payload }) {
rawContent = payload.params[1];
break

case "session_request":
case "session_proposal":
// TODO: Parse some meaningful info from payload
rawContent = '';
break

default:
rawContent = payload
break
Expand Down

0 comments on commit 890a4ce

Please sign in to comment.