gotosocial/internal/api/client/statuses
pnwmatt e10de8464a
[bug] Add missing group property to the Account model (#3746)
* Stub out account's Group parameter

* Fix typo in Contributing documentation

* Update swagger and match style

* Update the swagger command to mimic test/swagger.sh

* Fix tests for new `group` param in Account model

* More test changes for new `group` param in Account

* Continuing test changes for `group` param stubbing

* Another round of `group` stubbing for tests
2025-02-08 13:04:30 +01:00
..
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
status_test.go [feature] Push notifications (#3587) 2025-01-23 16:47:30 -08:00
statusbookmark.go
statusbookmark_test.go
statusboost.go
statusboost_test.go
statusboostedby.go
statusboostedby_test.go
statuscontext.go
statuscreate.go [bugfix] Swagger: fix media_ids[] param for creating statuses (#3722) 2025-02-01 17:14:49 -08:00
statuscreate_test.go
statusdelete.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statusdelete_test.go
statusedit.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statusedit_test.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statusfave.go
statusfave_test.go
statusfavedby.go
statusfavedby_test.go
statusget.go
statusget_test.go
statushistory.go
statushistory_test.go [bug] Add missing group property to the Account model (#3746) 2025-02-08 13:04:30 +01:00
statusmute.go
statusmute_test.go [bug] Add missing group property to the Account model (#3746) 2025-02-08 13:04:30 +01:00
statuspin.go
statuspin_test.go
statussource.go
statussource_test.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statusunbookmark.go
statusunbookmark_test.go
statusunboost.go
statusunfave.go
statusunfave_test.go
statusunmute.go
statusunpin.go
statusunpin_test.go