Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update stale Action typings
Rūdolfs Ošiņš committed 1 year ago
commit 83554dc4ecbd889ba3928c4943e15592a6ea3b8b
parent 31b2d9a9e13ab63d21217263fe7bd710d6fdfe68
2 files changed +2 -2
modified crates/radicle-types/bindings/cob/patch/Action.ts
@@ -29,7 +29,7 @@ export type Action =
    review: string;
    body: string;
    location?: CodeLocation;
-
    reply_to?: string;
+
    replyTo?: string;
    embeds?: Array<Embed>;
  }
  | {
modified src/components/PatchTimeline.svelte
@@ -311,7 +311,7 @@
        </div>
        <div class="wrapper">
          <NodeId {...authorForNodeId(op.author)} />
-
          {op.reply_to ? "replied to a comment" : "commented"} on review <Id
+
          {op.replyTo ? "replied to a comment" : "commented"} on review <Id
            id={op.review}
            variant="oid" />
          <div title={absoluteTimestamp(op.timestamp)}>