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
52e9bec156
pleroma
/
changelog.d
/
optimistic-inbox-sigs.fix
2 lines
43 B
Text
Raw
Normal View
History
Unescape
Escape
Fix Optimistic Inbox for failed signatures When signatures fail on incoming activities we put the job into Oban to be processed later instead of doing the user fetching and validation inline which is expensive and increases latency on the incoming POST request. Unfortunately we did not retain the :method, :request_path, and :query_string parameters from the conn so the signature validation and Oban Job would always fail. This was most obvious when Mastodon sends Deletes for users your server has never seen before.
2024-07-25 08:18:27 -07:00
Fix Optimistic Inbox for failed signatures
Reference in a new issue
Copy permalink