You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views/src
Nutomic 723cb549d4
Allow importing partial backup (fixes #4672) (#4705)
* Allow importing partial backup (fixes #4672)

* Dont throw error on empty LocalUser::update

* fix tests
5 days ago
..
comment_report_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
comment_view.rs Dont show own comments for liked and disliked_only. Fixes #4675 (#4679) 3 weeks ago
custom_emoji_view.rs Add banned_from_community to PostView and CommentView (#4552) 2 months ago
lib.rs Creating a LocalImageView, so that front ends have the Person struct. (#4631) 1 month ago
local_image_view.rs Creating a LocalImageView, so that front ends have the Person struct. (#4631) 1 month ago
local_user_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
post_report_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
post_view.rs Allow importing partial backup (fixes #4672) (#4705) 5 days ago
private_message_report_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
private_message_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
registration_application_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
site_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
structs.rs Creating a LocalImageView, so that front ends have the Person struct. (#4631) 1 month ago
vote_view.rs Add creator_banned_from_community to vote_view. (#4568) 2 months ago