0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00
synapse/synapse/streams
Erik Johnston c9c544cda5
Remove ChainedIdGenerator. (#8123)
It's just a thin wrapper around two ID gens to make `get_current_token`
and `get_next` return tuples. This can easily be replaced by calling the
appropriate methods on the underlying ID gens directly.
2020-08-19 13:41:51 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
config.py Fix some spelling mistakes / typos. (#7811) 2020-07-09 09:52:58 -04:00
events.py Remove ChainedIdGenerator. (#8123) 2020-08-19 13:41:51 +01:00