Status posting Idempotency
1 unresolved thread
1 unresolved thread
Every time the currently composed status changes it updates the idempotency key with a timestamp, so it stays the same if the post status request fails, but changes every time user willingly changes the content in any way or the form is cleared after successful posting. Server won't let through statuses with the same idempotency key so this eliminates double posts when user thinks a status didn't go through and hits submit again without changes.
Merge request reports
Activity
665 666 form.append('preview', 'true') 666 667 } 667 668 669 let postHeaders = authHeaders(credentials) mentioned in commit 0ea23a03
mentioned in issue #595 (closed)
mentioned in issue #760
Please register or sign in to reply