mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Merge remote-tracking branch 'fork/patch-1' into add_device_pairing
This commit is contained in:
commit
dced87633b
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ class PeersManager {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class WSPeer {
|
class WSPeer extends Peer {
|
||||||
_send(message) {
|
_send(message) {
|
||||||
message.to = this._peerId;
|
message.to = this._peerId;
|
||||||
this._server.send(message);
|
this._server.send(message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue