OAuthPlug: use user cache instead of joining
authorHélène <pleroma-dev@helene.moe>
Tue, 23 Aug 2022 15:15:06 +0000 (17:15 +0200)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 11 Sep 2022 18:55:55 +0000 (19:55 +0100)
As this plug is called on every request, this should reduce load on the
database by not requiring to select on the users table every single
time, and to instead use the by-ID user cache whenever possible.


No differences found