You've already forked AstralRinth
forked from didirus/AstralRinth
Add replies, private notes, get many threads (#572)
* Add replies, private notes, get many threads * register multiple route * filter out moderators in threads
This commit is contained in:
@@ -36,6 +36,9 @@ pub struct ThreadMessage {
|
||||
pub enum MessageBody {
|
||||
Text {
|
||||
body: String,
|
||||
#[serde(default)]
|
||||
private: bool,
|
||||
replying_to: Option<ThreadMessageId>,
|
||||
},
|
||||
StatusChange {
|
||||
new_status: ProjectStatus,
|
||||
|
||||
Reference in New Issue
Block a user