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

bug: Check to see if the user still exists before registering channels #713

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2024

  1. bug: Check to see if the user still exists before registering channels

    there are reports of users registering a channel and the channel
    immediately returning a 410. This does a simple check to see if the user
    record still exists before registering. A user record may have been
    removed for some reason while the user connection still persists and
    this should catch for that.
    
    Closes: SYNC-4294
    jrconlin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c104cfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9059bf7 View commit details
    Browse the repository at this point in the history
  3. f Add check for mobile calls

    * also added function descriptor comment
    jrconlin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    08dd0f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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