Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(send queue): refactor in preparation for media local echoes #4176

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. refactor(base): Renamed `StateStore::list_dependend_send_queue_events…

    …` to `load_dependent_send_queue_events`
    bnjbvr committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0a50790 View commit details
    Browse the repository at this point in the history
  2. refactor(base): move all send-queue related types to a new store::sen…

    …d_queue module
    
    No changes in functionality, only code motion.
    bnjbvr committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2880678 View commit details
    Browse the repository at this point in the history
  3. refactor(base): add a QueuedRequestKind enum

    In a next commit, the `QueuedEvent` will be renamed to `QueuedRequest`.
    This specifies which kind of request we want to send with the send
    queue; for now, it can only be an event.
    bnjbvr committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fa05865 View commit details
    Browse the repository at this point in the history
  4. refactor(base): rename all send-queue related "events" to "requests"

    Changelog: Renamed all the send-queue related "events" to "requests", so
      as to generalize usage of the send queue to not-events (e.g. medias,
      redactions, etc.).
    bnjbvr committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    acf9081 View commit details
    Browse the repository at this point in the history