mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 03:53:06 +03:00
d9c0c23819
Using the `inner_join` seems to cause issues, even though i have tested it. Strangely it does cause issues. Reverting it back to `left_join` seems to solve the issue for me. Fixes #2975