Nutomic
Nutomic
Or instead of excluding them, show a label in the UI for last_application_duration_seconds. Also a filter etc...
The timestamp for outgoing activities is generated in a different place, and doesnt use these columns at all.
At the moment there is no logic on the receiving side to reorder incoming activities. So we trust that sending happens in the correct order (which is true for Lemmy)....
We can mention in the release notes about running vacuum to reclaim disk space. Or how about changing the columns to nullable and setting all values to null before dropping?...
Updated, see op for details.
There is nothing complicated, it just checks the setting before writing a vote, and either sets it to the current time or to null. And the column isnt used anywhere...
Whats wrong with an optional timestamp if its not required anywhere in the code? We can rename it to `published_opt` to make it completely clear that its not a normal...
@Nothing4You Youre right, then this is not really an option. Unless we only delete timestamps for votes which are older than six months, but thats probably not worth the effort.
https://github.com/LemmyNet/lemmy/pull/5134
To explain this a bit more, I think the back button should only close a dialog if one is open. If no dialog is opened, the back button would have...