diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-06-04 11:13:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 11:13:40 +0100 |
commit | 8c3f51d624aea751e61575e3d2c401f976d1f8ef (patch) | |
tree | 4a68bfe9f97182bc3ec9c657f0a6e147a4861d12 /are-we-synapse-yet.py | |
parent | 225b72bd42fb104bccd4a6b98e770b7473eb00f7 (diff) |
Update are-we-synapse-yet (#1092)
Diffstat (limited to 'are-we-synapse-yet.py')
-rwxr-xr-x | are-we-synapse-yet.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/are-we-synapse-yet.py b/are-we-synapse-yet.py index ffed8d38..5d512847 100755 --- a/are-we-synapse-yet.py +++ b/are-we-synapse-yet.py @@ -50,6 +50,7 @@ test_mappings = { "fpb": "Public Room API", "fdk": "Device Key APIs", "fed": "Federation API", + "fsd": "Send-to-Device APIs", }, "client_apis": { @@ -99,6 +100,7 @@ test_mappings = { "ign": "Ignore Users", "udr": "User Directory APIs", "app": "Application Services API", + "jso": "Enforced canonical JSON", }, } |