We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a819a2 commit 17733a6Copy full SHA for 17733a6
1 file changed
src/vector/index.js
@@ -137,7 +137,7 @@ var makeRegistrationUrl = function() {
137
}
138
139
140
-function getDefaultDeviceName() {
+function getDefaultDeviceDisplayName() {
141
// strip query-string and fragment from uri
142
let u = url.parse(window.location.href);
143
u.search = "";
@@ -253,7 +253,7 @@ async function loadApp() {
253
startingFragmentQueryParams={fragparts.params}
254
enableGuest={true}
255
onLoadCompleted={onLoadCompleted}
256
- default_device_name={getDefaultDeviceName()}
+ defaultDeviceDisplayName={getDefaultDeviceDisplayName()}
257
/>,
258
document.getElementById('matrixchat')
259
);
0 commit comments