-
- Downloads
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.
Showing
- changelog.d/8123.misc 1 addition, 0 deletionschangelog.d/8123.misc
- synapse/replication/slave/storage/push_rule.py 4 additions, 6 deletionssynapse/replication/slave/storage/push_rule.py
- synapse/replication/tcp/streams/_base.py 1 addition, 1 deletionsynapse/replication/tcp/streams/_base.py
- synapse/rest/client/v1/push_rule.py 1 addition, 1 deletionsynapse/rest/client/v1/push_rule.py
- synapse/storage/databases/main/push_rule.py 17 additions, 19 deletionssynapse/storage/databases/main/push_rule.py
- synapse/storage/util/id_generators.py 1 addition, 67 deletionssynapse/storage/util/id_generators.py
- synapse/streams/events.py 1 addition, 1 deletionsynapse/streams/events.py
Loading
Please register or sign in to comment