]> Untitled Git - lemmy.git/commit
Allow embedding Lemmy, fix setup error (#2618)
authorNutomic <me@nutomic.com>
Mon, 19 Dec 2022 15:54:42 +0000 (15:54 +0000)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2022 15:54:42 +0000 (10:54 -0500)
commitc3fbb7702f62ced73f11359fb9cb07e7f3390ee7
tree619abbe325d32b07044002be629b5e80cca33e80
parent76e0ab934f6b0b2c5193d14091efe15a6add91fc
Allow embedding Lemmy, fix setup error (#2618)

* Fix error during site creation due to empty LocalSiteRateLimit update

* Move main function into lib.rs, to allow calling from other crates

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
crates/db_schema/src/impls/local_site_rate_limit.rs
src/lib.rs
src/main.rs