MatrixSynapse/synapse/storage
Richard van der Hoff 29ed09e80a Fix assertion to stop transaction queue getting wedged
... and update some docstrings to correctly reflect the types being used.

get_new_device_msgs_for_remote can return a long under some circumstances,
which was being stored in last_device_list_stream_id_by_dest, and was then
upsetting things on the next loop.
2017-03-15 12:16:55 +00:00
..
engines
schema Add index to device_lists_stream 2017-03-01 15:56:30 +00:00
util Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
__init__.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
_base.py Implement _simple_delete_many_txn, use it to delete devices 2017-03-13 17:53:23 +00:00
account_data.py
appservice.py
background_updates.py
client_ips.py
deviceinbox.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
devices.py Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
directory.py
end_to_end_keys.py Make None check explicit 2017-02-08 16:04:29 +00:00
event_federation.py Fix bugs in the /keys/changes api 2017-02-14 13:59:50 +00:00
event_push_actions.py Remove lock from rotate notifs 2017-02-22 14:24:02 +00:00
events.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/public_list_speed 2017-03-14 11:35:05 +00:00
filtering.py
keys.py
media_repository.py
openid.py
prepare_database.py Add stream_id index to device_lists_outbound_pokes 2017-02-28 11:19:06 +00:00
presence.py Cache get_presence storage 2017-02-13 13:50:03 +00:00
profile.py
push_rule.py
pusher.py
receipts.py Aggregate event push actions 2017-02-14 13:39:41 +00:00
registration.py
rejections.py
room.py
roommember.py Bump cache sizes for common membership queries 2017-02-02 18:45:55 +00:00
search.py
signatures.py
state.py Get current state by using current_state_events table 2017-03-10 17:39:35 +00:00
stream.py Assume rooms likely haven't changed 2017-03-13 09:50:10 +00:00
tags.py
transactions.py