mirror of
1
Fork 0
gotosocial/internal/config
tobi c7b6cd7770
[feature] Status thread mute/unmute functionality ()
* add db models + functions for keeping track of threads

* give em the old linty testy

* create, remove, check mutes

* swagger

* testerino

* test mute/unmute via api

* add info log about new index creation

* thread + allow muting of any remote statuses that mention a local account

* IsStatusThreadMutedBy -> IsThreadMutedByAccount

* use common processing functions in status processor

* set = NULL

* favee!

* get rekt darlings, darlings get rekt

* testrig please, have mercy muy liege
2023-10-25 15:04:53 +01:00
..
gen
testdata
config.go [feature] Status thread mute/unmute functionality () 2023-10-25 15:04:53 +01:00
config_test.go [feature] support configuring database caches () 2022-12-11 13:03:15 +00:00
const.go [feature] Implement explicit domain allows + allowlist federation mode () 2023-09-21 12:12:04 +02:00
defaults.go [feature] Status thread mute/unmute functionality () 2023-10-25 15:04:53 +01:00
flags.go [feature] Implement explicit domain allows + allowlist federation mode () 2023-09-21 12:12:04 +02:00
global.go
helpers.gen.go [feature] Status thread mute/unmute functionality () 2023-10-25 15:04:53 +01:00
state.go
util.go
validate.go [feature] Implement explicit domain allows + allowlist federation mode () 2023-09-21 12:12:04 +02:00
validate_test.go