| 7 | } |
| 8 | |
| 9 | export interface MessageBody { |
| 10 | type: MessageType |
| 11 | actorId: string |
| 12 | } |
| 13 | |
| 14 | // ActivityPub messages received by an Actor's Inbox are sent into the queue. |
| 15 | export interface InboxMessageBody extends MessageBody { |
nothing calls this directly
no outgoing calls
no test coverage detected