Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groups: self-management of membership of groups #435

Merged
merged 2 commits into from
Dec 21, 2017
Merged

Groups: self-management of membership of groups #435

merged 2 commits into from
Dec 21, 2017

Conversation

giomfo
Copy link
Member

@giomfo giomfo commented Dec 20, 2017

  • Retrieve the group data (summary, users, rooms) from server.

element-hq/riot-meta#114

- Retrieve the group data (summary, users, rooms) from server.

element-hq/riot-meta#114
@giomfo giomfo requested a review from manuroe December 20, 2017 11:10
{
if (!group.groupId.length)
{
return nil;
Copy link
Contributor

Choose a reason for hiding this comment

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

what about calling failure?

{
if (!group.groupId.length)
{
return nil;
Copy link
Contributor

Choose a reason for hiding this comment

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

what about calling failure?

{
if (!group.groupId.length)
{
return nil;
Copy link
Contributor

Choose a reason for hiding this comment

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

what about calling failure?

{
if (!group.groupId.length)
{
return nil;
Copy link
Contributor

Choose a reason for hiding this comment

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

what about calling failure?

{
if (!group.groupId.length)
{
return nil;
Copy link
Contributor

Choose a reason for hiding this comment

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

what about calling failure?

if (storedGroup && [storedGroup updateProfile:groupProfile])
{
[_store storeGroup:storedGroup];
// Commit store changes done in [room handleMessages]
Copy link
Contributor

Choose a reason for hiding this comment

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

The comment does not correspond to the current case.
Note: it badly appears several times in this PR.

@giomfo giomfo merged commit 3581afc into develop Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants