You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/storage
Patrick Cloke 7adcb20fc0
Add missing type hints to synapse.util (#9982)
4 years ago
..
databases Add missing type hints to synapse.util (#9982) 4 years ago
engines
schema Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 4 years ago
util
__init__.py
_base.py Remove unnecessary SystemRandom from SQLBaseStore (#9987) 4 years ago
background_updates.py
database.py
keys.py
persist_events.py
prepare_database.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py Fix `get_state_ids_for_event` return type typo to match what the function actually does (#10050) 4 years ago
types.py