Refactor ChatService and ChannelListComponent: integrate ChatService into ChannelListComponent, rename partieId to partyId, update party and DM name mappings in UI, and remove debug log in AuthService.

This commit is contained in:
2026-08-01 20:47:34 +02:00
parent 8ecfb99b27
commit 8f9aea2e0f
6 changed files with 36 additions and 15 deletions
@@ -39,7 +39,7 @@ PartyName:
content:
application/json:
schema:
type: string
$ref: "#/components/schemas/PartyName"
"400":
description: Invalid ID
"404":
@@ -55,3 +55,10 @@ components:
type: string
nickname:
type: string
PartyName:
type: object
required:
- name
properties:
name:
type: string