Commit 00692360 authored by Grant's avatar Grant
Browse files

revert

parent fd8cbfee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ export class APub {
      new Create({
        id: new URL("#create", this.ctx.getObjectUri(ChatMessage, { id })),
        actor: sender,
        tos: [target, sender],
        to: target,
        object: content,
      }),
      { fanout: "skip" }
@@ -250,7 +250,7 @@ export class APub {
      new Create({
        id: new URL("#create", this.ctx.getObjectUri(Note, { id })),
        actor: sender,
        tos: [target, sender],
        to: target,
        object: content,
      }),
      { fanout: "skip" }
@@ -293,7 +293,7 @@ Do not share this code. This code is used to identify you.`,
        return new ChatMessage({
          id: this.ctx.getObjectUri(ChatMessage, { id }),
          attribution: sender,
          tos: [target.id!, sender],
          to: target.id!,
          published: Temporal.Instant.from(createdAt.toISOString()),
          ...content,
        });
@@ -301,7 +301,7 @@ Do not share this code. This code is used to identify you.`,
        return new Note({
          id: this.ctx.getObjectUri(Note, { id }),
          attribution: sender,
          tos: [target.id!, sender],
          to: target.id!,
          published: Temporal.Instant.from(createdAt.toISOString()),
          tags: [
            new Mention({