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

Implement view_group dispatch when clicking flair #1404

Merged
merged 2 commits into from
Sep 21, 2017

Conversation

lukebarnard1
Copy link
Contributor

No description provided.

Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

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

lgtm in general

@@ -121,14 +122,47 @@ async function getGroupProfileCached(matrixClient, groupId) {
}

groupProfiles[groupId] = await matrixClient.getGroupProfile(groupId);
groupProfiles[groupId].group_id = groupId;
Copy link
Member

Choose a reason for hiding this comment

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

Ew for leaving this as a raw server response, underscores and all, and then bolting on the group ID.

@dbkr dbkr assigned lukebarnard1 and unassigned dbkr Sep 21, 2017
Also, add correct PropTypes for FlairAvatar
@lukebarnard1 lukebarnard1 assigned dbkr and unassigned lukebarnard1 Sep 21, 2017
@dbkr dbkr merged commit 5940b11 into develop Sep 21, 2017
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