mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2026-05-18 13:13:18 -06:00
Compare commits
2 Commits
65edc94854
...
1b54bc03eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b54bc03eb | |||
| 2b2da4faf7 |
@@ -489,7 +489,10 @@ module.exports = function(RED) {
|
||||
|
||||
matrixClient.login(
|
||||
'm.login.password', {
|
||||
user: userId,
|
||||
identifier: {
|
||||
type: 'm.id.user',
|
||||
user: userId,
|
||||
},
|
||||
password: password,
|
||||
initial_device_display_name: displayName
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user