-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk: send toDevice messages to deviceId='*'
So since #2579, we are sending messages only to specific deviceId='RAIDEN', but the commit which made raiden-py log in with that deviceId came only after their v1.2.0 release. We've checked with the matrix team, and the target deviceIds for toDevice messages are checked at request time, so it should be safe to send to `*` instead, which will reach all connected clients and make it compatible with PC 1.2+
- Loading branch information
1 parent
6d51019
commit 0493a3d
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters