mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
Add list of moderators to sidebar (#213)
* Added list of moderators to sidebar & added wiki not found message * Improved code formatting
This commit is contained in:
parent
9e4066658c
commit
1211d781d0
3 changed files with 49 additions and 3 deletions
|
@ -341,6 +341,7 @@ pub struct Subreddit {
|
|||
pub title: String,
|
||||
pub description: String,
|
||||
pub info: String,
|
||||
pub moderators: Vec<String>,
|
||||
pub icon: String,
|
||||
pub members: (String, String),
|
||||
pub active: (String, String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue