diff options
Diffstat (limited to 'ezau-sample.toml')
-rw-r--r-- | ezau-sample.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ezau-sample.toml b/ezau-sample.toml index 302f9dd..9076233 100644 --- a/ezau-sample.toml +++ b/ezau-sample.toml @@ -55,6 +55,6 @@ password = "secret-foo" # after the first connection. # (optional) device_id = "ASDFGH" -# Room ID to which the message should be posted +# Room ID(s) to which the message should be posted # (mandatory) -room_id = "!room123456:homeserver.org" +room_id = ["!room123456:homeserver.org"] |