feat(channel): Serverweite Channel-Auswahl mit Persistenz und SSE-Broadcast; Frontend passt Auswahl global an
This commit is contained in:
parent
fdf0dea3e6
commit
e83954624c
4 changed files with 111 additions and 14 deletions
|
|
@ -20,6 +20,7 @@ export type VoiceChannelInfo = {
|
|||
guildName: string;
|
||||
channelId: string;
|
||||
channelName: string;
|
||||
selected?: boolean;
|
||||
};
|
||||
|
||||
export type Category = { id: string; name: string; color?: string; sort?: number };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue