feat: publish events over amqp

Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
Zomatree
2026-06-19 21:05:22 +01:00
parent c70459b10c
commit 4586e4738a
5 changed files with 55 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ default_exchange = "revolt.default"
[rabbit.queues]
acks = "internal.ack"
events = "internal.event"
[api]