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