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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user