gotosocial/internal/processing/workers
Vyr Cossont 45f4afe60e
feature: filters v2 server-side warning/hiding (#2793)
* Remove dead code

* Filter statuses when converting to frontend representation

* status.filtered is an array

* Make matching case-insensitive

* Remove TODOs that don't need to be done now

* Add missing filter check for notification

* lint: rename ErrHideStatus

* APIFilterActionToFilterAction not used yet

* swaggerino docseroni

* Address review comments

* Add apimodel.FilterActionNone

---------

Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-05-06 12:49:08 +01:00
..
federate.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
fromclientapi.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
fromclientapi_test.go feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
fromfediapi.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
fromfediapi_move.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
fromfediapi_test.go [chore] Fix conflict in workers tests (#2880) 2024-04-29 11:43:18 +02:00
surface.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
surfaceemail.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
surfacenotify.go feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
surfacenotify_test.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
surfacetimeline.go feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
util.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
workers.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
workers_test.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00