lemmy/crates/utils
Nutomic 9eee61dd06
Post scheduling (fixes #234) (#5025)
* Post scheduling (fixes #234)

* clippy

* replace map_err with inspect_err

* ignore unpublished posts in read queries

* add api test

* fmt

* add some checks

* address some review comments

* allow updating schedule time

* rewrite scheduled task

* fmt

* machete

* compare date in sql, more filters

* check for community ban in sql

* remove api test (scheduled task only runs every 10 mins)

* remove mut

* add index

* remove Post::read impl

* fmt

* fix

* correctly handle changes to schedule time

* normal users can only schedule up to 10 posts
2024-09-24 05:39:40 -04:00
..
src Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
translations@7adddded58 Version 0.19.6-beta.7 2024-08-27 16:32:08 -04:00
build.rs Add email translations (#2175) 2022-03-29 18:23:03 +00:00
Cargo.toml Adding clearurls crate to clean tracking params from links and markdown. (#5018) 2024-09-16 11:15:41 -04:00