✨ Typing indicator, mark as read server-side
This commit is contained in:
@ -1175,6 +1175,10 @@ namespace DysonNetwork.Sphere.Migrations
|
||||
b.HasIndex("SenderId")
|
||||
.HasDatabaseName("ix_chat_statuses_sender_id");
|
||||
|
||||
b.HasIndex("MessageId", "SenderId")
|
||||
.IsUnique()
|
||||
.HasDatabaseName("ix_chat_statuses_message_id_sender_id");
|
||||
|
||||
b.ToTable("chat_statuses", (string)null);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user