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

Docs for new sync guests config setting #6586

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions source/configure/plugins-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,28 @@ Sync users
| Numerical value. | |
+------------------------------------------------------------------------+---------------------------------------------------+

.. config:setting:: plugins-msteamssyncsyncguests
:displayname: Sync guest users (Plugins - MS Teams Connector)
:systemconsole: Plugins > MS Teams Connector
:configjson: N/A
:environment: N/A

- **true**: Microsoft Teams guest users are synchronized to linked channels in Mattermost.
- **false**: Microsoft Teams guest user messages aren't synchronized to linked channels in Mattermost.

Sync guest users
~~~~~~~~~~~~~~~~

+------------------------------------------------------------------------+---------------------------------------------------------+
| Synchronize Microsoft Teams guest users to linked channels in | - System Config path: **Plugins > MS Teams Conenctor** |
| Mattermost . | - ``config.json`` setting: N/A |
| | - Environment variable: N/A |
| - **true**: Microsoft Teams guest users are synchronized to linked | |
| channels in Mattermost. | |
| - **false**: Microsoft Teams guest users aren't synchronized to | |
| linked channels in Mattermost. | |
+------------------------------------------------------------------------+---------------------------------------------------------+

.. config:setting:: plugins-msteamssyncsyncmessages
:displayname: Sync direct and group messages (Plugins - MS Teams Sync)
:systemconsole: Plugins > MS Teams Sync
Expand Down