Right now, unless the ownership index disappears, tracking this separately seems to just add complexity to me, but maybe i’m still missing the point?
The point was to make this more…
akkoma-fe also has a “Delete & Redraft” feature; a cascading delete would always remove attachments from redrafts (also see #775)
Yeah, I got that, I just wasn't clear, sorry. ^^" I…
Very cool, sounds massively more reasonable than the current situation. I'm quite worried about how hard migrations will work for already existing instances during updates, but other than that…
Stats from a approximately-single-user instance:
SELECT COUNT(*) FROM objects;
count
---------
2473180
(1 row)
and
SELECT data->>'type' AS data_type, COUNT(data)…
Quite a couple of these tests seem flaky and the logs being thrown around during test execution don't help with clarity. ._. Anyway, I fixed the test that was actually wrong (thanks for the…
Waitwaitwait, again, posting too early, without reading your posts and the docs in enough detail, sorry.
So it's not actually the posting action that sets the description, but the [media…
If the alt text gets changed, metadata should be overwritten
Ha, good points in there and I'm happy you made them, since that actually makes thing easier.
My general feeling is that the…
Aaa, I should've checked here before writing the other comment! :D
Looks nice, what do you think about checking the config on startup as I suggested in #744? Is that doable and a good idea even?
I should bump to 1.16
No need to shame me so hard for being only on 1.14. ;-;
Anyway, I updated to 1.15 and the formatting seems better now. Although I get a lot of tests failing, both…
Ran the formatter (sorry!) although it touched a couple of files I'm pretty sure don't actually fall under this PR.
Renamed StripLocation
to StripMetadata
, technically true already and…
I created #744 then. :)
As for the fields, I looked up the main (official?, from here anyway) specification and Description
by itself is not even an…
I recently learned about descriptions in EXIF data and decided this would be a cool thing to contribute, so imagine my joy when I noticed this PR doing exactly what I wanted! <3 I was less…