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_test.go [chore] de-interface{} the federator and dereferencer structs (#2285) 2023-10-23 10:58:13 +01:00
status.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statusbookmark_test.go
statusbookmark.go
statusboost_test.go
statusboost.go
statusboostedby_test.go
statusboostedby.go
statuscontext.go
statuscreate_test.go [feature] tentatively start adding polls support (#2249) 2023-10-04 13:09:42 +01:00
statuscreate.go [feature] Allow full BCP 47 in language inputs (#2067) 2023-08-07 10:25:54 +02:00
statusdelete_test.go
statusdelete.go
statusfave_test.go
statusfave.go
statusfavedby_test.go
statusfavedby.go
statusget_test.go
statusget.go
statusmute_test.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statusmute.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statuspin_test.go [chore] Use generic pointer function (#2080) 2023-08-07 18:38:11 +01:00
statuspin.go
statusunbookmark_test.go
statusunbookmark.go
statusunboost.go
statusunfave_test.go
statusunfave.go
statusunmute.go [feature] Status thread mute/unmute functionality (#2278) 2023-10-25 15:04:53 +01:00
statusunpin_test.go
statusunpin.go