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

chat: send more facts to / subscriptions #3524

Merged
merged 2 commits into from
May 22, 2024
Merged

Commits on May 16, 2024

  1. chat: send more facts to / subscriptions

    Chat was already sending some updates (block & msg toggle changes) to
    the top-level subscription path (and surprisingly isn't sending those
    anywhere else), but wasn't doing the same for updates about individual
    chats.
    
    Here, we chuck / into the list of paths to update for most
    response-level subscription updates, to mirror the firehose style that
    channels' / endpoint has.
    
    Closes LAND-1880.
    Fang- committed May 16, 2024
    Configuration menu
    Copy the full SHA
    adfa72f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    f49f598 View commit details
    Browse the repository at this point in the history