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
..
2023-12-13 16:15:22 +00:00
2023-12-13 16:15:22 +00:00
2023-12-13 16:15:22 +00:00
2023-12-13 16:15:22 +00:00
2023-12-13 16:15:22 +00:00
2023-12-13 16:15:22 +00:00
2023-12-13 15:41:11 +00:00
2018-04-20 11:47:38 +01:00

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.