Set `replyTo` and `location` fields in `Comment` to `null`
2 files changed
+3
-4
0efb4e09
→
7cf21972
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> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|