summary refs log tree commit diff
diff options
context:
space:
mode:
authorTravis Ralston <travisr@matrix.org>2023-02-27 13:08:18 -0700
committerGitHub <noreply@github.com>2023-02-27 20:08:18 +0000
commit189a878a355f0c3933b24c7d7a4d22b11400f7f0 (patch)
tree073b82e8f177d89858db56df1b3a214c0b9043d8
parentAdd module API callbacks for adding and deleting local 3PID associations (#15044 (diff)
downloadsynapse-189a878a355f0c3933b24c7d7a4d22b11400f7f0.tar.xz
Remove dangling reference to being a reference implementation (#15167)
* Remove dangling reference to being a reference implementation

* Create 15167.misc
Diffstat (limited to '')
-rw-r--r--changelog.d/15167.misc1
-rw-r--r--synapse/__init__.py5
2 files changed, 4 insertions, 2 deletions
diff --git a/changelog.d/15167.misc b/changelog.d/15167.misc
new file mode 100644

index 0000000000..175c2a3b83 --- /dev/null +++ b/changelog.d/15167.misc
@@ -0,0 +1 @@ +Remove dangling reference to being a reference implementation in docstring. diff --git a/synapse/__init__.py b/synapse/__init__.py
index fbfd506a43..a203ed533a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -1,5 +1,6 @@ # Copyright 2014-2016 OpenMarket Ltd -# Copyright 2018-9 New Vector Ltd +# Copyright 2018-2019 New Vector Ltd +# Copyright 2023 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. @@ -13,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -""" This is a reference implementation of a Matrix homeserver. +""" This is an implementation of a Matrix homeserver. """ import json