Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bridge): fix bridge replies not working when they come from Discord
Fixes status-im/status-desktop#16323 The problem was that the code expected to receive the Discord message ID, but the bridge is smart enough to return the Status message ID already, so there is no need to try and convert it. There were also a couple issues in the bridge code itself.
- Loading branch information