👔 The direct message no longer has name by default
This commit is contained in:
parent
c3095f2a9b
commit
b8c15bde1a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user