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
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user