mirror of
1
Fork 0
gotosocial/internal/api/client/statuses
kim fe8d5f2307
[feature] add support for clients editing statuses and fetching status revision history (#3628)
* start adding client support for making status edits and viewing history

* modify 'freshest' freshness window to be 5s, add typeutils test for status -> api edits

* only populate the status edits when specifically requested

* start adding some simple processor status edit tests

* add test editing status but adding a poll

* test edits appropriately adding poll expiry handlers

* finish adding status edit tests

* store both new and old revision emojis in status

* add code comment

* ensure the requester's account is populated before status edits

* add code comments for status edit tests

* update status edit form swagger comments

* remove unused function

* fix status source test

* add more code comments, move media description check back to media process in status create

* fix tests, add necessary form struct tag
2024-12-23 17:54:44 +00: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
statusbookmark.go
statusbookmark_test.go
statusboost.go
statusboost_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
statusboostedby.go
statusboostedby_test.go
statuscontext.go
statuscreate.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 2024-12-23 17:54:44 +00:00
statuscreate_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
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 [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
statusfavedby.go
statusfavedby_test.go
statusget.go
statusget_test.go
statushistory.go
statushistory_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00:00
statusmute.go
statusmute_test.go [feature] add support for receiving federated status edits (#3597) 2024-12-05 13:35:07 +00: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