Skip to content
  • Luna Mendes's avatar
    users: harden search handler · b14c1d2c
    Luna Mendes authored
    the "described issue with the official client" was leaking of
    messages that aren't in the client's cache, causing a crash.
    
    from now on, search uses `UserStorage.get_user_guilds` and does
    filtering on both SQL and python levels before returning it as a result.
    b14c1d2c