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:
curlpipe 2021-05-04 18:30:54 +01:00 committed by GitHub
parent 9e4066658c
commit 1211d781d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 3 deletions

View file

@ -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),