Browse Source

Clarify some things in roadmap and config comments

Tulir Asokan 4 years ago
parent
commit
1dd6244973
2 changed files with 4 additions and 1 deletions
  1. 3 1
      ROADMAP.md
  2. 1 0
      mautrix_signal/example-config.yaml

+ 3 - 1
ROADMAP.md

@@ -16,7 +16,8 @@
     * [ ] Name
     * [ ] Avatar
   * [ ] †Typing notifications
-  * [x] Read receipts
+  * [ ] Read receipts (currently partial support, only marks last message)
+  * [ ] Delivery receipts
 * Signal → Matrix
   * [ ] Message content
     * [x] Text
@@ -41,6 +42,7 @@
     * [x] Group avatar
   * [x] Typing notifications
   * [x] Read receipts
+  * [ ] Delivery receipts (there's no good way to bridge these)
   * [ ] Disappearing messages
 * Misc
   * [x] Automatic portal creation

+ 1 - 0
mautrix_signal/example-config.yaml

@@ -141,6 +141,7 @@ bridge:
     private_chat_portal_meta: false
     # Whether or not the bridge should send a read receipt from the bridge bot when a message has
     # been sent to Signal.
+    # Note that this is not related to Signal delivery receipts.
     delivery_receipts: false
     # Whether or not delivery errors should be reported as messages in the Matrix room.
     delivery_error_reports: false