summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-21 14:26:47 -0500
committerErik Johnston <erik@matrix.org>2023-12-12 20:28:30 +0000
commite1f8440c8959719a417fbf1bdda11406cfdf523d (patch)
treedca774c864f5154eec35e84a7a876f08b6e0e77d /synapse
parentUpdate changelog (diff)
downloadsynapse-e1f8440c8959719a417fbf1bdda11406cfdf523d.tar.xz
Update the README pointing to the Element fork.
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 4a9bbc4d57..25928a60d2 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -29,6 +29,12 @@ from synapse.util.stringutils import strtobool
 # Allow truncated JPEG images to be thumbnailed.
 ImageFile.LOAD_TRUNCATED_IMAGES = True
 
+# Update your remotes folks.
+print("Synapse is no longer being developed under the matrix-org organization.")
+print("Please update your git remote to pull from vector-im/synapse:")
+print("    git remote set-url origin git@github.com:vector-im/synapse.git")
+sys.exit(1)
+
 # Check that we're not running on an unsupported Python version.
 #
 # Note that we use an (unneeded) variable here so that pyupgrade doesn't nuke the