mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-28 07:11:20 +00:00
009a45dffb
- Allows admins to view likes, sorted by downvotes first, for a given comment or post. - Fixes #4088
4 lines
77 B
Rust
4 lines
77 B
Rust
pub mod distinguish;
|
|
pub mod like;
|
|
pub mod list_comment_likes;
|
|
pub mod save;
|