gotosocial/internal/processing/workers
kim 5fd2e427bb
[bugfix] always go through status parent dereferencing on isNew, even on data-race (#2402)
* no need to deref status author account, will already be deref'd during previous getStatusByAP{IRI,Model}()

* don't unset the isNew flag on dereference data race

* improved code comment
2023-11-30 12:32:45 +01:00
..
federate.go [bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384) 2023-11-27 13:14:28 +00:00
fromclientapi.go [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
fromclientapi_test.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
fromfediapi.go [bugfix] always go through status parent dereferencing on isNew, even on data-race (#2402) 2023-11-30 12:32:45 +01:00
fromfediapi_test.go [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
surface.go [chore] deinterface the typeutils.Converter and update to use state structure (#2217) 2023-09-23 18:44:11 +02:00
surfaceemail.go [feature] List replies policy, refactor async workers (#2087) 2023-08-09 19:14:33 +02:00
surfacenotify.go [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
surfacetimeline.go [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
wipestatus.go [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
workers.go [chore] de-interface{} the federator and dereferencer structs (#2285) 2023-10-23 10:58:13 +01:00
workers_test.go [bugfix] process account delete side effects in serial, not in parallel (#2360) 2023-11-14 15:57:25 +01:00