modified radicle-cli/src/terminal/comment.rs
@@ -5,9 +5,9 @@ use crate::terminal as term;
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -27,7 +27,7 @@ pub fn header(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/json.rs
@@ -103,7 +103,7 @@ pub(crate) fn issue(id: IssueId, issue: Issue, aliases: &impl AliasStore) -> Val
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +132,7 @@ pub(crate) fn patch(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -172,8 +172,8 @@ fn review(nid: &NodeId, review: &Review, aliases: &impl AliasStore) -> Value {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -194,6 +194,33 @@ fn comment(id: &CommentId, comment: &Comment, aliases: &impl AliasStore) -> Valu
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -3041,6 +3041,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -3063,6 +3064,7 @@ mod routes {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -1012,7 +1012,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1022,7 +1022,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1255,7 +1255,7 @@ pub struct Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1313,7 +1313,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -67,7 +68,7 @@ pub struct Edit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -265,7 +266,7 @@ impl From<Action> for nonempty::NonEmpty<Action> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|