mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
add TODO for the crappy siteId hash usage
This commit is contained in:
@@ -134,6 +134,7 @@ class Session
|
||||
setParticipantStates: (participantStates) ->
|
||||
@participants = participantStates.map (state) -> new Participant(state)
|
||||
|
||||
# TODO: move this functionality into the Participant Object
|
||||
getClientIdToSiteIdMap: -> @doc.get('collaborationState.clientIdToSiteId')
|
||||
|
||||
subscribe: (name) ->
|
||||
|
||||
Reference in New Issue
Block a user