gotosocial/internal/api/client/statuses
tobi 451803b230
[feature] Fetch + create domain permissions from subscriptions nightly (#3635)
* peepeepoopoo

* test domain perm subs

* swagger

* envparsing

* dries your wets

* start on docs

* finish up docs

* copy paste errors

* rename actions package

* rename force -> skipCache

* move obfuscate parse nearer to where err is checked

* make higherPrios a simple slice

* don't use receiver for permsFrom funcs

* add more context to error logs

* defer finished log

* use switch for permType instead of if/else

* thanks linter, love you <3

* validate csv headers before full read

* use bufio scanner
2025-01-08 11:29:40 +01:00
..
status.go
status_test.go [feature] Fetch + create domain permissions from subscriptions nightly (#3635) 2025-01-08 11:29:40 +01:00
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
statusedit.go
statusedit_test.go
statusfave.go
statusfave_test.go
statusfavedby.go
statusfavedby_test.go
statusget.go
statusget_test.go
statushistory.go
statushistory_test.go
statusmute.go
statusmute_test.go
statuspin.go
statuspin_test.go
statussource.go
statussource_test.go
statusunbookmark.go
statusunbookmark_test.go
statusunboost.go
statusunfave.go
statusunfave_test.go
statusunmute.go
statusunpin.go
statusunpin_test.go