add TODO for the crappy siteId hash usage

This commit is contained in:
Ben Ogle
2013-07-26 14:01:18 -07:00
parent e84065fd9d
commit f562a84bb5

View File

@@ -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) ->