summary refs log tree commit diff
path: root/synapse/push/clientformat.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-1/+3
|
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-8/+15
|
* Run Black. (#5482)Amber Brown2019-06-201-19/+19
|
* Fix flake8 (#4519)Amber Brown2019-01-301-1/+1
|
* run isortAmber Brown2018-07-091-4/+2
|
* Remove dead code.Mark Haines2016-06-071-26/+0
| | | | | | | | | | | Loading push rules now happens in the datastore, so we can remove the methods that loaded them outside the datastore. The ``waiting_for_join_list`` in federation handler is populated by anything, so can be removed. The ``_get_members_events_txn`` method isn't called from anywhere so can be removed.
* Load push rules in storage layer, so that they get cachedErik Johnston2016-06-031-8/+22
|
* Move the code for formatting push rules into a separate functionMark Haines2016-03-031-0/+112