Skip to content

Commit d6455bc

Browse files
authored
Merge branch 'main' into chore/nuget-publish-readiness
2 parents eb35680 + 8c216ad commit d6455bc

18 files changed

Lines changed: 434 additions & 280 deletions

File tree

clients/admin/package-lock.json

Lines changed: 0 additions & 257 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/admin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"eslint-plugin-react-hooks": "^5.1.0",
4646
"eslint-plugin-react-refresh": "^0.4.18",
4747
"globals": "^15.14.0",
48-
"openapi-typescript": "^7.6.1",
4948
"tailwindcss": "^4.0.6",
5049
"typescript": "^5.7.3",
5150
"typescript-eslint": "^8.23.0",

clients/dashboard/src/api/chat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export type ChannelMemberDto = {
2222
role: ChannelMemberRoleValue;
2323
joinedAtUtc: string;
2424
lastReadMessageId?: string | null;
25-
isMuted: boolean;
2625
};
2726

2827
export type ChannelDto = {

0 commit comments

Comments
 (0)