From 99e14420e2d5a2471481a4a6b68c82a8948741e9 Mon Sep 17 00:00:00 2001 From: John Freed Date: Tue, 10 Aug 2021 22:19:28 +0200 Subject: [PATCH] Updated Feature Matrix (markdown) --- Feature-Matrix.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Feature-Matrix.md b/Feature-Matrix.md index f6f63df..7c9746e 100644 --- a/Feature-Matrix.md +++ b/Feature-Matrix.md @@ -4,7 +4,7 @@ | addDevice | ✅ | ❌ | ❌ | block | ✅ | ❌ | ✅3 | daemon2 | ✅ | ✅ | ✅ -| getUserStatus | ✅ | ✅ | ❔ +| getUserStatus | ✅ | ✅ | ✅1, 13 | joinGroup | ✅ | ❌ | ✅ | link | ✅ | ❌ | ✅ | listContacts | ✅ | ❌ | ❔ @@ -146,8 +146,8 @@ # Notes 1. Proposed 2. Runs daemon or communicates with running daemon -3. setContactBlocked=true or setGroupBlocked=true -4. setContactBlocked=false or setGroupBlocked=false +3. `setContactBlocked=true` or `setGroupBlocked=true` +4. `setContactBlocked=false` or `setGroupBlocked=false` 5. Data is provided to output stream (if available from Signal servers) or accepted from input stream 6. Provided indirectly by interpreting content file written to disk 7. Obsolete (no longer part of Signal @@ -156,3 +156,4 @@ 10. updateContact is implemented indirectly through two subcommands: setContactName and setExpirationTimer 11. Attachments are written to disk, with remoteId sent over DBus 12. Provided via the `--captcha` option +13. Provided via the `isRegistered` command \ No newline at end of file