Skip to content

Commit

Permalink
chore: update session to linkmode in dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Aug 19, 2024
1 parent 7044e6d commit 964dbd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sign-client/src/controllers/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,10 @@ export class Engine extends IEngine {
) {
// save wallet link in array of apps that support linkMode
this.client.core.addLinkModeSupportedApp(walletUniversalLink);

this.client.session.update(sessionTopic, {
transportType: "link-mode",
});
}

resolve({
Expand Down

0 comments on commit 964dbd9

Please sign in to comment.