Преглед на файлове

Clarify some things in roadmap and config comments

Tulir Asokan преди 4 години
родител
ревизия
1dd6244973
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 3 1
      ROADMAP.md
  2. 1 0
      mautrix_signal/example-config.yaml

+ 3 - 1
ROADMAP.md

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

+ 1 - 0
mautrix_signal/example-config.yaml

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