feat: profile cache worker relay

This commit is contained in:
2024-01-18 22:04:11 +00:00
parent 084558b3e7
commit 6eef8c7fef
4 changed files with 111 additions and 5 deletions

View File

@ -28,6 +28,7 @@ System.on("auth", async (c, r, cb) => {
System.on("event", (_, ev) => {
Relay.event(ev);
EventsCache.discover(ev);
UserCache.discover(ev);
});
/**