Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Include rooms with 1 person invited #379

Merged
merged 2 commits into from
Aug 2, 2016
Merged

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Aug 2, 2016

If we can't find one with both people joined.

Also update function to es6 variable declarations.

If we can't find one with both people joined.
@ara4n
Copy link
Member

ara4n commented Aug 2, 2016

tests failing with

SyntaxError: src/components/views/rooms/MemberInfo.js: Unexpected token (135:59)
                invited.length === 1 &&
                userIds.indexOf(members[0].userId) !== -1 &&
                userIds.indexOf(invited[0].userId) !== -1) &&
                invitedRoomId === null
            {
                invitedRoomId = rooms[i].roomId;

otherwise lgtm

@ara4n ara4n assigned dbkr and unassigned dbkr and ara4n Aug 2, 2016
@dbkr dbkr merged commit f431e62 into develop Aug 2, 2016
@ara4n
Copy link
Member

ara4n commented Aug 2, 2016

lgtm

@richvdh richvdh deleted the dbkr/direct_chat_include_invited branch February 15, 2017 13:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants