* Push `get_room_{min,max_stream_ordering}` into StreamStore
Both implementations of this are identical, so we may as well push it down and
get rid of the abstract base class nonsense.
* Remove redundant `StreamStore` class
This is empty now
* Remove redundant `get_current_events_token`
This was an exact duplicate of `get_room_max_stream_ordering`, so let's get rid
of it.
* newsfile
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| _slaved_id_tracker.py | ||
| account_data.py | ||
| appservice.py | ||
| client_ips.py | ||
| deviceinbox.py | ||
| devices.py | ||
| directory.py | ||
| events.py | ||
| filtering.py | ||
| groups.py | ||
| keys.py | ||
| profile.py | ||
| push_rule.py | ||
| pushers.py | ||
| receipts.py | ||
| registration.py | ||