gary-kim / riotchat

Element for Nextcloud
https://apps.nextcloud.com/apps/riotchat
GNU Affero General Public License v3.0
125 stars 22 forks source link

Adding Config Settings for All Configurable Riot Settings #22

Open gary-kim opened 4 years ago

gary-kim commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

@Thatoo We already have Jitsi configurable: https://github.com/gary-kim/riotchat/blob/78eca86476c8b6bdd5bd572beba679a27a3a970a/src/components/AdminSettings.vue#L121-L134