Add a hint to the !fixusers response
This commit is contained in:
parent
88a7b12597
commit
f75ac91e06
2
main.js
2
main.js
@ -518,7 +518,7 @@ client.login("m.login.password", {"user": settings.matrixuser, "password": setti
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (event.getContent().body.toLowerCase().startsWith("!fixusers")) {
|
if (event.getContent().body.toLowerCase().startsWith("!fixusers")) {
|
||||||
sendMatrixNotice(event.getRoomId(), "Inviting missing users across all SMS chats.");
|
sendMatrixNotice(event.getRoomId(), "Inviting missing users across all SMS chats. You may need to run this command several times, there's a server limit to how many invites can be sent at once.");
|
||||||
|
|
||||||
client.getJoinedRooms().then(function (rooms) {
|
client.getJoinedRooms().then(function (rooms) {
|
||||||
var roomlist = rooms.joined_rooms;
|
var roomlist = rooms.joined_rooms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user