Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove redundant get_current_events_token #11643

Merged
merged 4 commits into from
Jan 4, 2022

Commits on Dec 23, 2021

  1. 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.
    richvdh committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    bc496ca View commit details
    Browse the repository at this point in the history
  2. Remove redundant StreamStore class

    This is empty now
    richvdh committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    28356c9 View commit details
    Browse the repository at this point in the history
  3. Remove redundant get_current_events_token

    This was an exact duplicate of `get_room_max_stream_ordering`, so let's get rid
    of it.
    richvdh committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    92a7a5d View commit details
    Browse the repository at this point in the history
  4. newsfile

    richvdh committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    24d67db View commit details
    Browse the repository at this point in the history