mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-09 13:39:48 -05:00
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