Take a `&identity::Did` for the `Author` constructor
modified crates/radicle-types/src/cobs.rs
@@ -22,10 +22,10 @@ pub struct Author {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/issue.rs
@@ -36,12 +36,12 @@ impl Issue {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/patch.rs
@@ -37,14 +37,14 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -142,7 +142,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,7 +181,7 @@ impl Revision {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -211,7 +211,7 @@ pub struct Edit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -251,7 +251,7 @@ impl Review {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/thread.rs
@@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ impl Comment<CodeLocation> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,12 @@ impl Comment<CodeLocation> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -92,7 +97,7 @@ impl Comment<cobs::Never> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +106,12 @@ impl Comment<cobs::Never> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -132,7 +142,7 @@ pub struct Reaction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +150,7 @@ impl Reaction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/cobs.rs
@@ -28,7 +28,7 @@ pub trait Cobs: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -92,9 +92,8 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|