global fix and add tauri app
This commit is contained in:
@@ -84,7 +84,8 @@ export class ChatController {
|
||||
userId,
|
||||
roomId,
|
||||
name: dto.name,
|
||||
notificationsMuted: dto.notificationsMuted
|
||||
notificationsMuted: dto.notificationsMuted,
|
||||
pinned: dto.pinned
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
@@ -25,6 +25,10 @@ export class UpdateChatRoomDto {
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
notificationsMuted?: boolean;
|
||||
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
pinned?: boolean;
|
||||
}
|
||||
|
||||
export class SendChatMessageDto {
|
||||
|
||||
Reference in New Issue
Block a user