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

Adding Config Settings for All Configurable Riot Settings #22

Open
gary-kim opened this issue May 5, 2020 · 2 comments
Open

Adding Config Settings for All Configurable Riot Settings #22

gary-kim opened this issue May 5, 2020 · 2 comments
Labels

Comments

@gary-kim
Copy link
Owner

gary-kim commented May 5, 2020

List of configuration in Riot: https://github.com/vector-im/riot-web/blob/develop/docs/config.md.

There are separate issues for some of these settings:

@Thatoo
Copy link

Thatoo commented Jun 1, 2021

It would be great to add https://github.com/vector-im/element-web/blob/develop/docs/jitsi.md too

{
  "jitsi": {
    "preferredDomain": "your.jitsi.example.org"
  }
}

@gary-kim
Copy link
Owner Author

gary-kim commented Jun 1, 2021

@Thatoo We already have Jitsi configurable:

<SettingsSection
:title="t('riotchat', 'Jitsi settings')"
:description="t('riotchat', 'Configure the Jitsi instance that Element will connect to.')"
>
<label
ref="jitsi_preferred_domain"
for="jitsi_preferred_domain"
>{{ t('riotchat', 'Custom Jitsi instance (leave blank to use default Element Jitsi server):') }}</label>
<input
id="jitsi_preferred_domain"
v-model="jitsi_preferred_domain"
type="text"
@change="updateSetting('jitsi_preferred_domain')"
>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants