diff --git a/Feature-Matrix.md b/Feature-Matrix.md
index 8048363..ac72767 100644
--- a/Feature-Matrix.md
+++ b/Feature-Matrix.md
@@ -3,7 +3,7 @@
|---------|:-------------:|:--------:|------|
| addDevice | ✅ | ✅ | ✅1
| block | ✅ | ✅ | ✅3
-| daemon2 | ✅ | NA22, 28 | ✅
+| daemon2 | ✅ | NA18, 22 | ✅
| getObjectPath | NA22 | NA22 | ✅
| getUserStatus | ✅ | ✅ | ✅1, 13
| isAdmin | ❌ | ❌ | ✅1
@@ -11,7 +11,7 @@
| isRegistered | ❌ | ❌ | ✅1
| joinGroup | ✅ | ✅ | ✅
| jsonRpc | ✅ | ✅ | NA22
-| link | ✅ | ❌ | ✅18
+| link | ✅ | ❌ | ✅
| listContacts | ✅ | ❌ | ✅15
| > getContactName | ✅ | ❌ | ✅
| > getContactNumber | ✅ | ❌ | ✅
@@ -29,10 +29,11 @@
| > isGroupBlocked | ✅26 | ✅26 | ✅
| listIdentities | ✅ | ❌ | ✅1, 16
| > listIdentity | ✅17 | ❌ | ✅1
+| listen | ❌ | ❌ | ✅1
| quitGroup | ✅ | ✅ | ✅
| receive | ✅ | ✅ | ✅
-| register | ✅ | ❌ | ✅18
-| > registerWithCaptcha | ✅12 | ❌ | ✅18
+| register | ✅ | ❌ | ✅
+| > registerWithCaptcha | ✅12 | ❌ | ✅
| remoteDelete | ✅ | ✅ | ✅
| > sendGroupRemoteDeleteMessage | ✅ | ✅ | ✅
| > sendRemoteDeleteMessage | ✅ | ✅ | ✅
@@ -61,6 +62,7 @@
| setPin | ✅ | ✅ | ✅1
| trust | ✅ | ✅ | ✅1, 25
| unblock | ✅ | ✅ | ✅4
+| unlisten | ❌ | ❌ | ✅1
| unregister | ✅ | ❌ | ✅1, 21
| updateAccount | ✅ | ✅ | ✅1
| updateContact | ✅ | ✅ | ✅10
@@ -69,8 +71,8 @@
| updateGroup27 | ✅ | ✅ | ✅20
| updateProfile | ✅ | ✅ | ✅
| uploadStickerPack | ✅ | ❌ | ✅1
-| verify | ✅ | ❌ | ✅18
-| > verifyWithPin | ✅14 | ❌ | ✅18
+| verify | ✅ | ❌ | ✅
+| > verifyWithPin | ✅14 | ❌ | ✅
| version | ✅ | ✅ | ✅
# Signals
@@ -169,7 +171,7 @@
15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `getContactName` and `isContactBlocked`
16. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `listIdentity`, which returns a four-element array
17. Provided via the `--number` option
-18. Command may be sent as `org.asamk.SignalControl.COMMAND` or `org.asamk.Signal.COMMAND`
+18. `daemon` command supports Json output, but not input. Use the `JsonRpc` command for Json input.
19. Provided indirectly by `getGroupIds` and a series of calls to
`> getGroupAdminMembers `
`> getGroupIds `
@@ -187,4 +189,3 @@
25. Does not implement the `-a, --trust-all-known-keys` option
26. Provided as part of the subcommand's `-d, --detailed` option or signal-cli's `--output=json` option.
27. Creates a new group if the groupId or base64GroupId is omitted.
-28. `daemon` command supports Json output, but not input. Use the `JsonRpc` command for Json input.
\ No newline at end of file