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

Add a storage method for returning all current presence from all users #9650

Merged
merged 4 commits into from
Mar 25, 2021

Commits on Mar 19, 2021

  1. Add an exclude_keyvalues option to simple_select_list_paginate_txn

    Essentially does the same as the existing keyvalues option, but excludes rows
    with the given column and value.
    anoadragon453 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b3458bc View commit details
    Browse the repository at this point in the history
  2. Add a storage method to get the current presence state for all users

    This will be useful for when PresenceRouter.get_interested_user returns
    "ALL". It allows for querying all current local user presencee. Note
    that the `presence_stream` table is culled frequently, and doesn't just
    grow forever like other stream tables.
    anoadragon453 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5793fa8 View commit details
    Browse the repository at this point in the history
  3. Changelog

    anoadragon453 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6b6d42c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Address review feedback

    anoadragon453 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    61fcfa0 View commit details
    Browse the repository at this point in the history