-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(sharing): Move video verification option to password and hide without Talk #43519
fix(sharing): Move video verification option to password and hide without Talk #43519
Conversation
…hout Talk Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
// Anything else should be fine | ||
return true | ||
// Is Talk enabled? | ||
return OC.appswebroots.spreed !== undefined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same logic as 26:
server/apps/files_sharing/src/components/SharingEntryLink.vue
Lines 453 to 462 in ef4a861
}, | |
/** | |
* Is Talk enabled? | |
* | |
* @return {boolean} | |
*/ | |
isTalkEnabled() { | |
return OC.appswebroots.spreed !== undefined | |
}, |
/backport fa4b327 to stable28 |
/backport fa4b327 to stable27 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with Talk app enabled/disabled
TODO
Checklist