mirror of
https://github.com/LemmyNet/lemmy.git
synced 2026-05-13 12:48:50 -05:00
1fba12b4e6
* Moving image settings from lemmy.hjson to database
- Also removes Site::read_local in favor of the cached
SiteView::read_local
- Fixes #6371
* Removing image_mode from hjsons
* Fixing image_mode_enum
* Adding missing fields to site create and update
* Fixing image tests
* Forgot to delete test_data
* Adding comment about pixel sizes.
* Fixing multi_community using local_site.
* PR comments.
* Format
* Correcting request_counts
* Fixing test_data setups
* Revert "Correcting request_counts"
This reverts commit 8a9c2529f3.
* Fix clippy