synapse/contrib
Colin Watson d69c00b5a1
Stop using twisted.internet.defer.returnValue (#18020)
`defer.returnValue` was only needed in Python 2; in Python 3, a simple
`return` is fine.

`twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.

Most uses of `returnValue` in synapse were removed a while back; this
cleans up some remaining bits.
2024-12-20 10:57:59 +00:00
..
cmdclient Stop using twisted.internet.defer.returnValue (#18020) 2024-12-20 10:57:59 +00:00
datagrip Make it easier to use DataGrip w/ Synapse's schema (#14982) 2023-02-15 13:51:37 +00:00
docker link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
docker_compose_workers link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
grafana Update book location 2023-12-13 16:15:22 +00:00
graph Remove the deprecated cgi module (#17741) 2024-09-25 11:15:34 +02:00
lnav Update book location 2023-12-13 16:15:22 +00:00
prometheus Update book location 2023-12-13 16:15:22 +00:00
purge_api Update book location 2023-12-13 16:15:22 +00:00
snap Move the snapcraft configuration to contrib. (#12142) 2022-03-02 19:22:44 +00:00
systemd Update book location 2023-12-13 16:15:22 +00:00
systemd-with-workers Update book location 2023-12-13 16:15:22 +00:00
vertobot
workers-bash-scripts More renaming 2023-12-13 15:41:11 +00:00
example_log_config.yaml
README.rst

Community Contributions
=======================

Everything in this directory are projects submitted by the community that may be useful
to others. As such, the project maintainers cannot guarantee support, stability
or backwards compatibility of these projects. 

Files in this directory should *not* be relied on directly, as they may not
continue to work or exist in future. If you wish to use any of these files then
they should be copied to avoid them breaking from underneath you.