diff --git a/docs/index.md b/docs/index.md index b94ed328..826d5a49 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,6 +13,9 @@ To get started with an installation, refer to the [roadmap](https://wiki.t2linux You may contact us on our [Matrix Space](https://matrix.to/#/#space:t2linux.org) or [Discord Server](https://discord.com/invite/68MRhQu), where you can find most of the people involved. +!!! Note "Privacy Policy for those contacting us" + Our Matrix server is bridged with a Discord server. As a result, messages and related metadata sent on either platform may be transmitted to and made available on both platforms. By communicating with us on either Matrix or Discord, you acknowledge and agree that your communications will be processed in accordance with this [Privacy Policy](https://wiki.t2linux.org/matrix). + !!! Warning "Discord Server is age-restricted" For unknown reason, our Discord server is age-restricted. Please use Matrix instead if you can't go though age verification. diff --git a/docs/matrix.md b/docs/matrix.md new file mode 100644 index 00000000..16675c9c --- /dev/null +++ b/docs/matrix.md @@ -0,0 +1,61 @@ +# Privacy Policy — Discord Matrix Bridge + +## 1. Purpose and Scope + +This Privacy Policy describes how data is handled when using the Discord Matrix bridge (“the Bridge”). The Bridge enables message synchronization between a Matrix room hosted on our infrastructure and a corresponding Discord server or channel. + +This policy applies solely to the operation of the Bridge and the Matrix-side infrastructure operated by us. It does not govern Discord’s own services or data handling practices. + +## 2. Matrix Side Infrastructure + +The Matrix homeserver and bridge services are self-hosted on infrastructure located in South Korea and are operated by us. + +We do not collect, analyze, profile, or monetize user data. Data is processed only to the extent technically necessary to provide message delivery between Matrix and Discord. + +## 3. Data Processed + +The Bridge may transiently process the following data solely for message synchronization purposes: + +- Message content +- Message timestamps +- Sender identifiers (usernames, IDs, or Matrix IDs as required for bridging) +- Room or channel identifiers + +No additional personal data is intentionally collected. + +## 4. Data Storage and Retention + +- The Bridge does not retain logs, message content, or metadata beyond what is required for normal Matrix server operation and real-time message delivery. +- No separate databases, analytics systems, or long-term archives are maintained by the Bridge operator. + +Any data stored as part of standard Matrix room history is subject to the configuration and retention policies of the Matrix homeserver. + +## 5. Discord Data Handling + +Messages that are bridged to Discord are transmitted to Discord’s infrastructure and are thereafter processed in accordance with [Discord’s Privacy Policy](https://discord.com/privacy) and [Terms of Service](https://discord.com/terms). + +We have no control over how Discord stores, processes, or retains data once it reaches Discord’s systems. + +## 6. Data Sharing + +- No data is shared with third parties other than Discord as an inherent function of the bridge. +- No data is sold, sublicensed, or disclosed for advertising, analytics, or tracking purposes. + +## 7. Legal Basis + +Data processing performed by the Bridge is limited to what is strictly necessary for the legitimate purpose of enabling cross-platform communication between Matrix and Discord. + +## 8. User Awareness + +By participating in a bridged room, users acknowledge that: + +- Messages sent on Matrix may appear on Discord, and +- Messages sent on Discord may appear on Matrix, subject to the respective platform’s policies and technical limitations. + +## 9. Changes to This Policy + +This Privacy Policy may be updated to reflect changes in infrastructure, legal requirements, or bridge functionality. Material changes will be communicated where reasonably possible. + +## 10. Contact + +For questions or concerns regarding this Privacy Policy or the operation of the Bridge, please contact the server administrators. diff --git a/mkdocs.yml b/mkdocs.yml index 9dbdda3e..a4c6a38c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,6 +80,7 @@ nav: - Installation Roadmap: roadmap.md - Contribute: contribute.md - Notable Contributors: notable-contributors.md + - Discord Matrix Bridge Privacy Polixy: matrix.md - Guides: - Pre-Install: guides/preinstall.md - Basic setup: guides/postinstall.md