MatrixSynapse/synapse/handlers
Mark Haines 0b2158719c Remove dead code.
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.
2016-06-07 15:07:11 +01:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py
directory.py
events.py
federation.py Remove dead code. 2016-06-07 15:07:11 +01:00
identity.py
message.py
presence.py
profile.py
receipts.py
register.py
room.py
room_member.py
search.py
sync.py
typing.py