diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-05 17:20:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 17:20:02 +0100 |
commit | ad8b909ce98cce5e955b10a3cbe04f3e868ecb70 (patch) | |
tree | 215689c8d88f8acdb4f5ff0b7bcb990d614437dc /changelog.d | |
parent | Remove support for invite_3pid_guest. (#5625) (diff) | |
download | synapse-ad8b909ce98cce5e955b10a3cbe04f3e868ecb70.tar.xz |
Add origin_server_ts and sender fields to m.replace (#5613)
Riot team would like some extra fields as part of m.replace, so here you go. Fixes: #5598
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5613.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5613.feature b/changelog.d/5613.feature new file mode 100644 index 0000000000..4b7bb2745c --- /dev/null +++ b/changelog.d/5613.feature @@ -0,0 +1 @@ +Add `sender` and `origin_server_ts` fields to `m.replace`. |