summaryrefslogtreecommitdiff
path: root/internal/processing/workers
AgeCommit message (Expand)AuthorFiles
2023-12-08[bugfix] Fix wrong notification type sent for poll end (#2429)Libravatar tobi1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi2
2023-12-01[bugfix] in fedi API CreateStatus(), handle case of data-race and return earl...Libravatar kim1
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-08[bugfix] fix poll vote count responses on client and fedi API vote creation (...Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim7
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim2
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi5
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim3
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim4
2023-09-29[bugfix] Move follow.show_reblogs check further up to avoid showing unwanted ...Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim7
2023-08-15[chore] ensure worker contexts have request ID (#2120)Libravatar kim2
2023-08-11[bugfix] Populate followReq before accessing targetaccount pointer (#2099)Libravatar tobi1
2023-08-10[chore] Add test to ensure `show_reblogs` on follow works as expected (#2093)Libravatar tobi1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi12