Implement server state handling in ChatController and ChatService, add ServerStateMapper utility, and create/update server state unit tests.

This commit is contained in:
2026-08-09 00:41:36 +02:00
parent b61b117f41
commit 65d0118e3d
6 changed files with 105 additions and 10 deletions
+1 -8
View File
@@ -53,6 +53,7 @@ components:
- uuid
- name
- styledName
# TODO [Stijn] [2026-07-19]: Add who they ignore and who they are ignored by
properties:
uuid:
@@ -140,11 +141,3 @@ components:
type: array
items:
$ref: "#/components/schemas/Server"
parameters:
From:
name: from
in: path
required: true
schema:
type: string
format: date-time