This website requires JavaScript.
Explore
Help
Sign In
bigbuffet
/
pleroma
Watch
2
Star
0
Fork
You've already forked pleroma
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6f957c94a7
pleroma
/
changelog.d
/
disclose_client.fix
2 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
Fix User.disclose_client never working correctly Our test environment cheats by constructing a conn with a custom oauth_access/2 function. This assigns a :token to the conn but due to the way it is constructed it has the :user preloaded. When the OAuth Plug fetches a token it does not preload the user, so the check for user.disclose_client was always nil and assumed to be false. Preloading the :user ensures the test environment matches reality.
2024-07-31 11:14:31 -07:00
Client application data was always missing from the status
Reference in a new issue
Copy permalink