1
1
mirror of https://github.com/ahabhyde/miguelbridge synced 2025-01-26 14:04:20 +01:00

Update sample settings

This commit is contained in:
Ahab 2018-04-09 20:20:57 +02:00
parent da548d9db7
commit 235e47188e

View File

@ -6,7 +6,14 @@
"tgid": "123456", "tgid": "123456",
"matrixid": "id:homeserver.com", "matrixid": "id:homeserver.com",
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT" "lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
} },
{
"matrixname": "Name of another room in Matrix",
"tgname": "Name of another room in Telegram",
"tgid": "654321",
"matrixid": "id2:homeserver.com",
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT"
}
], ],
"matrixhomeserver": "https://homeserver.com/_matrix/client/r0", "matrixhomeserver": "https://homeserver.com/_matrix/client/r0",
"tgtoken": "Token key given from BotFather", "tgtoken": "Token key given from BotFather",