diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-12-04 15:24:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 15:24:16 +0000 |
commit | c530f9af4d8b15fc4f2610fbbe894336f44e53b1 (patch) | |
tree | cd5c3b142e755588924d646a03614682d626665b /synapse/rest/client | |
parent | Markdownification and other fixes to CONTRIBUTING (#6461) (diff) | |
parent | Un-remove room purge test (diff) | |
download | synapse-c530f9af4d8b15fc4f2610fbbe894336f44e53b1.tar.xz |
Merge pull request #6329 from matrix-org/babolivier/context_filters
Filter state, events_before and events_after in /context requests
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/versions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/rest/client/versions.py b/synapse/rest/client/versions.py index bb30ce3f34..2a477ad22e 100644 --- a/synapse/rest/client/versions.py +++ b/synapse/rest/client/versions.py @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- # Copyright 2016 OpenMarket Ltd +# Copyright 2017 Vector Creations Ltd +# Copyright 2018-2019 New Vector Ltd +# Copyright 2019 The Matrix.org Foundation C.I.C. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |