gotosocial/internal/processing/status
tobi 4cf76a2bfc
[chore] Tidy up status deletion, remove from cache too (#845)
* add func for deleting status from db + cache

* move deletes entirely back to processor
and also only do a delete if the requesting account owns the item being deleted

* tidy up unboost processing

* delete status more efficiently

* fix wrong account id on remote test attachments

* fix federator test
2022-09-21 19:55:52 +02:00
..
boost.go [bugfix] Fix boost of boost issue (#764) 2022-08-23 10:46:10 +02:00
boost_test.go [bugfix] Fix boost of boost issue (#764) 2022-08-23 10:46:10 +02:00
boostedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
context.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
create.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
create_test.go [bugfix] Fix html-escaped characters in content warnings (#426) 2022-03-13 16:37:45 +01:00
delete.go [chore] Tidy up status deletion, remove from cache too (#845) 2022-09-21 19:55:52 +02:00
fave.go [chore] Update bun / sqlite versions; update gtsmodels (#754) 2022-08-15 11:35:05 +01:00
favedby.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
get.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
status.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
status_test.go [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
unboost.go [chore] Tidy up status deletion, remove from cache too (#845) 2022-09-21 19:55:52 +02:00
unfave.go replace async client API / federator msg processing with worker pools (#497) 2022-04-28 13:23:11 +01:00
util.go [feature] Fetch + display custom emoji in statuses from remote instances (#807) 2022-09-12 13:03:23 +02:00
util_test.go [bugfix] html escape special characters in text instead of totally removing them (#719) 2022-07-19 15:21:17 +02:00