Loading backend/src/lib/apub/utils.ts +4 −4 Original line number Diff line number Diff line Loading @@ -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" } Loading Loading @@ -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" } Loading Loading @@ -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, }); Loading @@ -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({ Loading Loading
backend/src/lib/apub/utils.ts +4 −4 Original line number Diff line number Diff line Loading @@ -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" } Loading Loading @@ -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" } Loading Loading @@ -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, }); Loading @@ -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({ Loading