Enable Element Call integration in rooms by default (#1685)
Also change base url to `call.element.dev`.
This commit is contained in:
parent
7651cf1b33
commit
e64f822f5a
7 changed files with 10 additions and 10 deletions
|
|
@ -82,7 +82,7 @@ class AdvancedSettingsPresenter @Inject constructor(
|
|||
validator = ::customElementCallUrlValidator,
|
||||
)
|
||||
} else null,
|
||||
eventSink = ::handleEvents
|
||||
eventSink = { handleEvents(it) }
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue