synapse-product/synapse/storage
Erik Johnston ac5491f563 Select distinct devices from DB
Otherwise we might pull out tonnes of duplicate user_ids and this can
make synapse sad.
2017-03-06 11:10:14 +00:00
..
engines
schema Add index to device_lists_stream 2017-03-01 15:56:30 +00:00
util
__init__.py
_base.py Intern table column names once 2017-02-28 14:38:16 +00:00
account_data.py
appservice.py
background_updates.py
client_ips.py
deviceinbox.py Fix up 2017-03-03 15:29:13 +00:00
devices.py Select distinct devices from DB 2017-03-06 11:10:14 +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 Remove needless check 2017-02-27 18:54:43 +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
search.py
signatures.py
state.py Fix bugs in the /keys/changes api 2017-02-14 13:59:50 +00:00
stream.py
tags.py
transactions.py