Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Factor out _remote_reject_invite in RoomMember #2981

Merged
merged 3 commits into from
Mar 13, 2018

Conversation

erikjohnston
Copy link
Member

No description provided.

@erikjohnston erikjohnston force-pushed the erikj/factor_remote_leave branch from eff3c64 to 0f942f6 Compare March 13, 2018 11:22
@@ -154,6 +154,30 @@ def remote_join(self, remote_room_hosts, room_id, user, content):
)
yield user_joined_room(self.distributor, user, room_id)

@defer.inlineCallbacks
def _remote_reject_invite(self, remote_room_hosts, room_id, target):
Copy link
Member

Choose a reason for hiding this comment

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

please could you add a docstring documenting the params and return value? I don't want to have to go spelunking to figure it out

@richvdh richvdh assigned erikjohnston and unassigned richvdh Mar 13, 2018
@erikjohnston erikjohnston assigned richvdh and unassigned erikjohnston Mar 13, 2018
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

lgtm

@richvdh richvdh assigned erikjohnston and unassigned richvdh Mar 13, 2018
@erikjohnston erikjohnston merged commit 5d8476d into develop Mar 13, 2018
@erikjohnston erikjohnston deleted the erikj/factor_remote_leave branch March 22, 2018 13:00
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