Set `replyTo` and `location` fields in `Comment` to `null`
modified crates/radicle-types/bindings/cob/thread/Comment.ts
@@ -10,8 +10,8 @@ export type Comment<T = Never> = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/cobs/thread.rs
@@ -42,9 +42,8 @@ pub struct Comment<T = cobs::Never> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|