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

improve wording of MemberInfo's start chat button. #348

Merged
merged 1 commit into from
Jul 18, 2016

Conversation

ara4n
Copy link
Member

@ara4n ara4n commented Jul 17, 2016

Fixes element-hq/element-web#689 and clarifies #328

// reuse the first private 1:1 we find
existingRoomId = null;

for (var i = 0; i < rooms.length; i++) {
Copy link
Member

@dbkr dbkr Jul 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use for...of now btw, which is less typing.

Edit: oh, this wasn't your code anyway

@dbkr dbkr merged commit 37402c0 into develop Jul 18, 2016
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