From adb79c8b60bf65bb5d87f9c89413ab7533bdbfa9 Mon Sep 17 00:00:00 2001 From: Jeremiah K <17190268+jeremiah-k@users.noreply.github.com> Date: Wed, 26 Apr 2023 22:27:39 -0500 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index d7e9d8d..fc1995a 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,6 @@ A powerful and easy-to-use relay between Meshtastic devices and Matrix chat room - Configurable through a simple YAML file - **New:** Supports mapping multiple rooms and channels 1:1 -## Custom Keys in Matrix Messages - -This relay utilizes custom keys in Matrix messages. When a message is received from a remote meshnet, the relay includes the sender's longname and the meshnet name as custom keys in the Matrix message. This metadata helps identify the source of the message and provides context for users in the Matrix chat room. - -Example message format with custom keys: - -``` -{ -"msgtype": "m.text", -"body": "[Alice/VeryCoolMeshnet]: Hello from my very cool meshnet!", -"meshtastic_longname": "Alice", -"meshtastic_meshnet": "VeryCoolMeshnet" -} -``` ## Installation