Remove comment about message queues

This commit is contained in:
Steffo 2024-10-23 03:47:37 +02:00
parent 0df82ac931
commit 548cfe139b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

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> {