Searched refs:participantMap (Results 1 – 1 of 1) sorted by relevance
74 Map<String, Profile> participantMap = new HashMap<>(); in createChat() local76 participantMap.put(profile.getId(), profile); in createChat()78 chat.setParticipantsAndAlias(participantMap); in createChat()81 chat.setId(concat(participantMap.keySet())); in createChat()