If the processing for an activity failed due to internal reasons (NOT malformed content), store it for a later attempt
This commit is contained in:
parent
604e25c451
commit
f727b30f32
2 changed files with 163 additions and 117 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"git.mstar.dev/mstar/linstrom/storage-new/dbgen"
|
||||
)
|
||||
|
||||
func handleUndo(w http.ResponseWriter, r *http.Request, object map[string]any) {
|
||||
func handleUndo(w http.ResponseWriter, r *http.Request, object map[string]any) bool {
|
||||
log := hlog.FromRequest(r)
|
||||
_ = object["id"].(string)
|
||||
_, ok := object["actor"].(string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue