Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
230decd5
Commit
230decd5
authored
1 year ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Revert changes to README
parent
be65a8ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+4
-13
4 additions, 13 deletions
README.rst
synapse/__init__.py
+0
-12
0 additions, 12 deletions
synapse/__init__.py
with
4 additions
and
25 deletions
README.rst
+
4
−
13
View file @
230decd5
...
@@ -2,19 +2,10 @@
...
@@ -2,19 +2,10 @@
Synapse |support| |development| |documentation| |license| |pypi| |python|
Synapse |support| |development| |documentation| |license| |pypi| |python|
=========================================================================
=========================================================================
Synapse is now actively maintained at `element-hq/synapse <https://github.com/element-hq/synapse>`_
Synapse is an open-source `Matrix <https://matrix.org/>`_ homeserver written and
=================================================================================================
maintained by the Matrix.org Foundation. We began rapid development in 2014,
reaching v1.0.0 in 2019. Development on Synapse and the Matrix protocol itself continues
Synapse is an open-source `Matrix <https://matrix.org/>`_ homeserver developed
in earnest today.
from 2019 through 2023 as part of the Matrix.org Foundation. The Matrix.org
Foundation is not able to resource maintenance of Synapse and it
`continues to be developed by Element <https://github.com/element-hq/synapse>`_;
additionally you have the choice of `other Matrix homeservers <https://matrix.org/ecosystem/servers/>`_.
See `The future of Synapse and Dendrite <https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/>`_
blog post for more information.
=========================================================================
Briefly, Matrix is an open standard for communications on the internet, supporting
Briefly, Matrix is an open standard for communications on the internet, supporting
federation, encryption and VoIP. Matrix.org has more to say about the `goals of the
federation, encryption and VoIP. Matrix.org has more to say about the `goals of the
...
...
This diff is collapsed.
Click to expand it.
synapse/__init__.py
+
0
−
12
View file @
230decd5
...
@@ -29,18 +29,6 @@ from synapse.util.stringutils import strtobool
...
@@ -29,18 +29,6 @@ from synapse.util.stringutils import strtobool
# Allow truncated JPEG images to be thumbnailed.
# Allow truncated JPEG images to be thumbnailed.
ImageFile
.
LOAD_TRUNCATED_IMAGES
=
True
ImageFile
.
LOAD_TRUNCATED_IMAGES
=
True
# Update your remotes folks.
announcement
=
"""
Synapse is no longer being developed under the matrix-org organization. See the
README.rst for more details.
Please update your git remote to pull from element-hq/synapse:
git remote set-url origin git@github.com:element-hq/synapse.git
"""
print
(
announcement
)
sys
.
exit
(
1
)
# Check that we're not running on an unsupported Python version.
# 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
# Note that we use an (unneeded) variable here so that pyupgrade doesn't nuke the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment