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

Allow disabling wopi chat #3986

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Allow disabling wopi chat #3986

merged 1 commit into from
Jun 16, 2023

Conversation

kobergj
Copy link
Contributor

@kobergj kobergj commented Jun 16, 2023

adds an option to disable chat functionality in wopi apps. Current only supports OnlyOffice

Comment on lines 261 to 263
if p.conf.AppDisableChat {
urlQuery.Set("dchat", "1") // OnlyOffice disable chat
}
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be probably be outside of the if language != "" { block, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it should. Thanks!

@kobergj kobergj merged commit 71e9489 into cs3org:edge Jun 16, 2023
7 checks passed
@kobergj kobergj deleted the WopiDisableChat branch June 16, 2023 12:53
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

4 participants