question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Element Call to HS `well-known`

See original GitHub issue

Your use case

What would you like to do?

Please add the option to specify your setting for Element Call, similar to jitsi

https://github.com/vector-im/element-web/blob/develop/docs/jitsi.md

/.well-known/matrix/client
{
  "im.vector.riot.jitsi": {
    "preferredDomain": "your.jitsi.example.org"
  }
}

Why would you like to do it?

For centralized management

How would you like to achieve it?

Have you considered any alternatives?

No response

Additional context

No response

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
t3chguycommented, Dec 5, 2022
0reactions
robintowncommented, Dec 5, 2022

As @dbkr has explained, this is undesirable from a security perspective. We are however very much open to https://github.com/vector-im/element-web/issues/23908.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spread syntax (...) - JavaScript - MDN Web Docs - Mozilla
Spread syntax "expands" an array into its elements, while rest syntax collects multiple elements and "condenses" them into a single element.
Read more >
javascript - add event listener on elements created dynamically
I need a method to call this code when new elements appear on the page, but I cannot use jQuery (delegate, on, etc...
Read more >
Element | Secure collaboration and messaging
Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It's decentralised for digital sovereign self-hosting, or through a ...
Read more >
Refs and the DOM - React
Refs provide a way to access DOM nodes or React elements created in the render method. In the typical React dataflow, props are...
Read more >
Stack (abstract data type) - Wikipedia
Push, which adds an element to the collection, and; Pop, which removes the most recently added element that was not yet removed. Similar...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found