Add notification and submission tracking for the QueryManager

This commit is contained in:
Oliver 2025-11-08 19:07:01 -07:00
parent bd301d69fb
commit 723bcf8735
2 changed files with 40 additions and 14 deletions

View file

@ -34,6 +34,7 @@
},
"notifs": {
"error": {
"missing-id": "An ID must be provided",
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
"unknown-socket-event": "An unknown socket event was received: {event}",
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"