mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
Merge remote-tracking branch 'fork/patch-1' into add_device_pairing
This commit is contained in:
@@ -423,7 +423,7 @@ class PeersManager {
|
||||
|
||||
}
|
||||
|
||||
class WSPeer {
|
||||
class WSPeer extends Peer {
|
||||
_send(message) {
|
||||
message.to = this._peerId;
|
||||
this._server.send(message);
|
||||
|
||||
Reference in New Issue
Block a user