gotosocial/internal/api/client/statuses
tobi c7b6cd7770
[feature] Status thread mute/unmute functionality (#2278)
* 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
..
status.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
status_test.go
statusbookmark.go
statusbookmark_test.go
statusboost.go
statusboost_test.go
statusboostedby.go
statusboostedby_test.go
statuscontext.go
statuscreate.go
statuscreate_test.go
statusdelete.go
statusdelete_test.go
statusfave.go
statusfave_test.go
statusfavedby.go
statusfavedby_test.go
statusget.go
statusget_test.go
statusmute.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statusmute_test.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statuspin.go
statuspin_test.go
statusunbookmark.go
statusunbookmark_test.go
statusunboost.go
statusunfave.go
statusunfave_test.go
statusunmute.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statusunpin.go
statusunpin_test.go