This website requires JavaScript.
Explore
Help
Sign In
Anon
/
pleroma
Watch
1
Star
0
Fork
0
You've already forked pleroma
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1a482a73c3
pleroma
/
changelog.d
/
optimistic-inbox-sigs.fix
2 lines
43 B
Plaintext
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 New Issue
Copy Permalink