modified crates/radicle-tauri/bindings/Comment.ts
@@ -11,5 +11,6 @@ export type Comment<T = Never> = {
|
|
|
|
|
|
| + | |
|
|
|
modified crates/radicle-tauri/src/types/thread.rs
@@ -34,6 +34,8 @@ pub struct Comment<T = cobs::Never> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -57,6 +59,7 @@ impl Comment<CodeLocation> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -82,6 +85,7 @@ impl Comment {
|
|
|
|
|
|
| + | |
|
|
|
|
|