mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Highlight Post Authors in Comments
This commit is contained in:
parent
b1071e9579
commit
b1a572072c
5 changed files with 11 additions and 4 deletions
|
@ -133,7 +133,7 @@ async fn parse_post(json: serde_json::Value) -> Result<Post, &'static str> {
|
|||
} else {
|
||||
"white".to_string()
|
||||
},
|
||||
)
|
||||
),
|
||||
};
|
||||
|
||||
Ok(post)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue