diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-01-04 17:23:15 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-01-04 17:23:15 +0000 |
commit | dc65d0ae9df726eebe01e8947e60776b15a18d78 (patch) | |
tree | 6d074d4f84a75f226a542a8e18fb3742855a535d /CHANGES.rst | |
parent | fix another whitespace rst bug (diff) | |
download | synapse-dc65d0ae9df726eebe01e8947e60776b15a18d78.tar.xz |
typoe
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2f8c936fb7..cb317c6a8b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,7 +15,7 @@ Changes in synapse v0.12.0-rc3 (2015-12-23) * Add a ``display_name`` to third-party invites (PR #449) * Send more information to the identity server for third-party invites so that it can send richer messages to the invitee (PR #446) -* Cache the responses to ``/intialSync`` for 5 minutes. If a client +* Cache the responses to ``/initialSync`` for 5 minutes. If a client retries a request to ``/initialSync`` before the a response was computed to the first request then the same response is used for both requests (PR #457) |