mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
Cleanup
This commit is contained in:
@@ -19,7 +19,7 @@ class SnapdropServer {
|
||||
this._keepAlive(peer);
|
||||
|
||||
// send displayName
|
||||
this._send(peer, { type: 'displayName', message: peer.name.displayName });
|
||||
this._send(peer, { type: 'display-name', message: peer.name.displayName });
|
||||
}
|
||||
|
||||
_onHeaders(headers, response) {
|
||||
|
||||
Reference in New Issue
Block a user