Билд
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
|
||||
namespace Knot.Modules.Messaging.Domain;
|
||||
|
||||
[BsonDiscriminator("TextMessage")]
|
||||
public class TextMessage : Message
|
||||
{
|
||||
public override string Type => "text";
|
||||
|
||||
Reference in New Issue
Block a user