Some progress towards accepting and rejecting follows #3

Merged
steffo merged 22 commits from feature/follows into main 2024-10-23 05:47:18 +00:00
Showing only changes of commit 548cfe139b - Show all commits

View file

@ -40,8 +40,6 @@ export class DotinoVeloce {
this.federation
.setNodeInfoDispatcher("/nodeinfo/2.1", this.#nodeInfoHandler.bind(this))
// TODO: Setup a message queue
}
async #nodeInfoHandler(_ctx: Context<ContextData>): Promise<NodeInfo> {