👔 The direct message no longer has name by default

This commit is contained in:
LittleSheep 2025-05-31 12:17:26 +08:00
parent c3095f2a9b
commit b8c15bde1a

View File

@ -95,7 +95,6 @@ public class ChatRoomController(
// Create new DM chat room
var dmRoom = new ChatRoom
{
Name = $"DM between #{currentUser.Id} and #{request.RelatedUserId}",
Type = ChatRoomType.DirectMessage,
IsPublic = false,
Members = new List<ChatMember>