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

chore: Cleanup media permission in conversation list calling cell #4542

Merged
merged 2 commits into from
Sep 11, 2018

Conversation

gregor
Copy link
Contributor

@gregor gregor commented Sep 10, 2018

No description provided.

this.callingRepository = params.callingRepository;
this.mediaRepository = params.mediaRepository;

const callingRepository = params.callingRepository;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

atomrc
atomrc previously requested changes Sep 11, 2018
@@ -36,7 +36,7 @@ z.viewModel.list.TemporaryGuestViewModel = class TemporaryGuestViewModel {
this.userRepository = repositories.user;
this.callingRepository = repositories.calling;
this.multitasking = mainViewModel.content.multitasking;
this.mediaRepository = repositories.media;
this.permissionRepository = repositories.media;
Copy link
Contributor

Choose a reason for hiding this comment

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

Humm there seem to be something weird here permission... = ...media

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the catch

@gregor gregor merged commit 09a56d6 into dev Sep 11, 2018
@gregor gregor deleted the chore/permission-cleanup branch September 11, 2018 09:06
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.

None yet

2 participants