gotosocial/internal/processing/workers
Vyr Cossont 5e2d4fdb19
[feature] User muting (#2960)
* User muting

* Address review feedback

* Rename uniqueness constraint on user_mutes to match convention

* Remove unused account_id from where clause

* Add UserMute to NewTestDB

* Update test/envparsing.sh with new and fixed cache stuff

* Address tobi's review comments

* Make compiledUserMuteListEntry.expired consistent with UserMute.Expired

* Make sure mute_expires_at is serialized as an explicit null for indefinite mutes

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2024-06-06 16:38:02 +00:00
..
federate.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
fromclientapi.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
fromclientapi_test.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00:00
fromfediapi.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +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 [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
surface.go [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
surfaceemail.go [feature] Self-serve email change for users (#2957) 2024-06-06 14:43:25 +01:00
surfacenotify.go [feature] User muting (#2960) 2024-06-06 16:38:02 +00: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] User muting (#2960) 2024-06-06 16:38:02 +00: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