From cfc7dc8b3ef149f384bd1f2ef3989701a93c7df2 Mon Sep 17 00:00:00 2001 From: Xyoz Netsphere Date: Mon, 24 Jan 2022 12:02:56 +0100 Subject: feat(im-matrix): added multi-room support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b89a6ec..e1fe4d7 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ 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"] ``` Usage -- cgit v1.2.3