MatrixSynapse/synapse
Dan Callahan ebdef256b3
Remove superfluous call to bool() (#9986)
Our strtobool already returns a bool, so no need to re-cast here

Signed-off-by: Dan Callahan <danc@element.io>
2021-05-14 10:58:57 +01:00
..
_scripts
api Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
app Export jemalloc stats to prometheus when used (#9882) 2021-05-06 15:54:07 +01:00
appservice
config Remove superfluous call to bool() (#9986) 2021-05-14 10:58:57 +01:00
crypto
events Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
federation Support fetching the spaces summary via GET over federation. (#9947) 2021-05-11 12:21:43 -04:00
groups
handlers Correctly ratelimit invites when creating a room (#9968) 2021-05-12 16:05:28 +02:00
http
logging Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
metrics Export jemalloc stats to prometheus when used (#9882) 2021-05-06 15:54:07 +01:00
module_api
push Merge pull request from GHSA-x345-32rc-8h85 2021-05-11 11:47:23 +02:00
replication Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
res/templates
rest Support fetching the spaces summary via GET over federation. (#9947) 2021-05-11 12:21:43 -04:00
server_notices
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
static
storage Add config option to hide device names over federation (#9945) 2021-05-11 14:03:23 +01:00
streams Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
util Simplify exception handling in is_ascii. (#9985) 2021-05-14 10:58:52 +01:00
__init__.py 1.34.0rc1 2021-05-12 16:59:46 +01:00
event_auth.py
notifier.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
python_dependencies.py Merge remote-tracking branch 'origin/release-v1.33.2' into develop 2021-05-07 13:27:19 +01:00
server.py Remove various bits of compatibility code for Python <3.6 (#9879) 2021-04-27 13:13:07 +01:00
types.py
visibility.py