mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Remove unused telepath key from initial data hash
This commit is contained in:
@@ -90,7 +90,7 @@ class HostSession
|
||||
@peer.on 'connection', (connection) =>
|
||||
connection.on 'open', =>
|
||||
console.log 'sending document'
|
||||
connection.send({repoSnapshot, doc: @doc.serialize(), telepath: true})
|
||||
connection.send({repoSnapshot, doc: @doc.serialize()})
|
||||
connectDocument(@doc, connection)
|
||||
|
||||
connection.on 'close', =>
|
||||
|
||||
Reference in New Issue
Block a user