From ad9599a7c4ec36d41acb83a24f62eab99060eb84 Mon Sep 17 00:00:00 2001 From: Jeremiah K Date: Sun, 7 May 2023 18:38:24 -0500 Subject: [PATCH] Update docs for alias support --- DEVELOPMENT.md | 6 +++--- sample_config.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 75c003b..3f2d47f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -37,9 +37,9 @@ matrix: bot_user_id: "@botuser:example.matrix.org" matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels - - id: "!someroomid:example.matrix.org" + - id: "#someroom:example.matrix.org" # Matrix room aliases & IDs supported meshtastic_channel: 0 - - id: "!someroomid2:example.matrix.org" + - id: "#someroom2:example.matrix.org" meshtastic_channel: 2 meshtastic: @@ -81,5 +81,5 @@ INFO:meshtastic.matrix.relay:Processing matrix message from @bob:matrix.org: Hi INFO:meshtastic.matrix.relay:Sending radio message from Bob to radio broadcast INFO:meshtastic.matrix.relay:Processing inbound radio message from !613501e4 on channel 0 INFO:meshtastic.matrix.relay:Relaying Meshtastic message from Alice to Matrix: [Alice/VeryCoolMeshnet]: Hey Bob! -INFO:meshtastic.matrix.relay:Sent inbound radio message to matrix room: !someroomid:example.matrix.org +INFO:meshtastic.matrix.relay:Sent inbound radio message to matrix room: #someroomid:example.matrix.org ``` diff --git a/sample_config.yaml b/sample_config.yaml index fb9f42c..69c25f8 100644 --- a/sample_config.yaml +++ b/sample_config.yaml @@ -4,9 +4,9 @@ matrix: bot_user_id: "@botuser:example.matrix.org" matrix_rooms: # Needs at least 1 room & channel, but supports all Meshtastic channels - - id: "!someroomid:example.matrix.org" + - id: "#someroom:example.matrix.org" # Matrix room aliases & IDs supported meshtastic_channel: 0 - - id: "!someroomid2:example.matrix.org" + - id: "#someroom2:example.matrix.org" meshtastic_channel: 2 meshtastic: