renamed method

This commit is contained in:
10G Meow 2022-02-20 11:41:35 +02:00
parent ab749cd932
commit d4351a3a43
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export default {
this.$navigation.push({path: "/login"}, -1);
})
},
setDisplayName(name) {
updateDisplayName(name) {
this.$matrix.matrixClient.setDisplayName(name);
}
}