gotosocial/internal/processing/media
tobi 0846b76e93
[bugfix] Fix 404 on status delete redraft (#668)
* add unattach function to media processor

* call delete or unattach appropriately
unattach from client api, delete from federated api

* typo fix
2022-06-24 17:17:40 +02:00
..
create.go [feature] More consistent API error handling (#637) 2022-06-08 20:38:03 +02:00
delete.go rename KVStore uses as storage to differentiate between upcoming store package 2021-09-11 20:18:06 +01:00
getemoji.go [feature] implement custom_emojis endpoint (#563) 2022-05-20 10:34:36 +02:00
getemoji_test.go [feature] implement custom_emojis endpoint (#563) 2022-05-20 10:34:36 +02:00
getfile.go [bugfix] Close ReadClosers properly in the media package (#434) 2022-03-21 13:41:44 +01:00
getfile_test.go [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
getmedia.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
media.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
media_test.go [chore] Webfinger rework (#627) 2022-06-11 11:01:34 +02:00
unattach.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
unattach_test.go [bugfix] Fix 404 on status delete redraft (#668) 2022-06-24 17:17:40 +02:00
update.go [bugfix] Fix HTML escaping in instance title (#607) 2022-05-26 11:37:13 +02:00
util.go [bugfix] Close ReadClosers properly in the media package (#434) 2022-03-21 13:41:44 +01:00