From 2255a09a426085064ad07bf105d8f5d295f5f4a7 Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 12 Aug 2021 00:10:11 +0200 Subject: [PATCH] Updated Feature Matrix (markdown) --- Feature-Matrix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Feature-Matrix.md b/Feature-Matrix.md index 643ddaf..da067da 100644 --- a/Feature-Matrix.md +++ b/Feature-Matrix.md @@ -8,6 +8,7 @@ | joinGroup | ✅ | ❌ | ✅ | link | ✅ | ❌ | ✅ | listContacts | ✅ | ❌ | ✅15 +| > getContactName | ✅ | ✅ | ✅ | > isContactBlocked | ❌ | ❌ | ✅ | > listNumbers | ❌ | ❌ | ✅ | listDevices | ✅ | ❌ | ❔ @@ -78,7 +79,6 @@ | feature | plaintext CLI | json CLI8 | dbus | |---------|:-------------:|:--------:|------| | getAttachments | ✅ | ✅ | ✅ -| getContactName | ✅ | ✅ | ✅ | getContactNumber | ✅ | ✅ | ✅ | getDestination | ✅ | ✅ | ✅ | getGroupId | ✅ | ✅ | ✅ @@ -156,4 +156,4 @@ 12. Provided via the `--captcha` option 13. Provided via the `isRegistered` command 14. Provided via the `--pin` option -15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to the `isContactBlocked` command \ No newline at end of file +15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to getContactName` and `isContactBlocked` \ No newline at end of file