gotosocial/internal/processing/status
tobi 38ff88f006 [bugfix] Queue implicit accepts *before* other side effects (#4282)
This PR just fiddles with the order in which we process status create / boost / fave side effects and implicit acceptances. The goal is to try to make sure the Accept message gets sent to a remote instance *before* the interaction with an implicitly accepted status.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4282
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
2025-06-20 15:38:23 +02:00
..
bookmark.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
bookmark_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
boost.go [bugfix] Queue implicit accepts *before* other side effects (#4282) 2025-06-20 15:38:23 +02:00
boost_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
common.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
context.go [performance] cache mute check results (#4202) 2025-05-31 17:30:57 +02:00
context_test.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
create.go [bugfix] Queue implicit accepts *before* other side effects (#4282) 2025-06-20 15:38:23 +02:00
create_test.go [bugfix] return 422 for invalid status visibility (#4252) 2025-06-09 16:26:49 +02:00
delete.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
edit.go [feature] support nested configuration files, and setting ALL configuration variables by CLI and env (#4109) 2025-05-06 15:51:45 +00:00
edit_test.go [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
fave.go [bugfix] Queue implicit accepts *before* other side effects (#4282) 2025-06-20 15:38:23 +02:00
get.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
mute.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
pin.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
status.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
status_test.go [performance] cache mute check results (#4202) 2025-05-31 17:30:57 +02:00
util.go [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00