diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-05-07 16:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 16:46:11 +0100 |
commit | c8e11dfe53a97ac2e207c893f3f21f1216d86343 (patch) | |
tree | e74281a59222893e22250521eea15c234556cbdd /are-we-synapse-yet.list | |
parent | a16db1c4085c0079f72615f0c077fa5016c4fe0f (diff) |
Direct messages (#1012)
* Initial DM support, include invite event in stripped state for regular invites
* Update go.mod, go.sum, test list
Diffstat (limited to 'are-we-synapse-yet.list')
-rw-r--r-- | are-we-synapse-yet.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list index 71b05d1c..cb90d628 100644 --- a/are-we-synapse-yet.list +++ b/are-we-synapse-yet.list @@ -833,3 +833,4 @@ gst Guest user can call /events on another world_readable room (SYN-606) gst Real user can call /events on another world_readable room (SYN-606) gst Events come down the correct room pub Asking for a remote rooms list, but supplying the local server's name, returns the local rooms list +std Can send a to-device message to two users which both receive it using /sync
\ No newline at end of file |