Updated Feature Matrix (markdown)

John Freed 2021-08-11 20:27:00 +02:00
parent a52c9a7ffb
commit f23cbc1182

@ -7,11 +7,12 @@
| getUserStatus | ✅ | ✅ | ✅<sup>1, 13</sup>
| joinGroup | ✅ | ❌ | ✅
| link | ✅ | ❌ | ✅
| listContacts | ✅ | ❌ | ❔
| listContacts | ✅ | ❌ | ✅<sup>15</sup>
| > isContactBlocked | ✅ | ✅ | ✅
| > listNumbers | ✅ | ❌ | ✅
| listDevices | ✅ | ❌ | ❔
| listGroups | ✅ | ✅ | ✅
| listIdentities | ✅ | ❌ | ❔
| > listNumbers | ✅ | ❌ | ✅
| > listAccounts | ✅ | ❌ | ✅
| quitGroup | ✅ | ❌ | ✅
| receive | ✅ | ✅ | ✅
@ -90,7 +91,6 @@
| getSender | ✅ | ✅ | ✅
| getSource | ✅ | ✅ | ✅
| getTimestamp | ✅ | ✅ | ✅
| isContactBlocked | ✅ | ✅ | ✅
| isGroupBlocked | ✅ | ✅ | ✅
| isMember | ✅ | ✅ | ✅
| isRegistered | ✅ | ✅ | ✅
@ -158,3 +158,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