mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
rename MatrixChat defaultDeviceDisplayName prop
This commit is contained in:
parent
3a819a29b7
commit
17733a66f9
@ -137,7 +137,7 @@ var makeRegistrationUrl = function() {
|
||||
}
|
||||
|
||||
|
||||
function getDefaultDeviceName() {
|
||||
function getDefaultDeviceDisplayName() {
|
||||
// strip query-string and fragment from uri
|
||||
let u = url.parse(window.location.href);
|
||||
u.search = "";
|
||||
@ -253,7 +253,7 @@ async function loadApp() {
|
||||
startingFragmentQueryParams={fragparts.params}
|
||||
enableGuest={true}
|
||||
onLoadCompleted={onLoadCompleted}
|
||||
default_device_name={getDefaultDeviceName()}
|
||||
defaultDeviceDisplayName={getDefaultDeviceDisplayName()}
|
||||
/>,
|
||||
document.getElementById('matrixchat')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user