Remove legacy migration
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using ChatTwo.Code;
|
||||
using Dalamud.Game.Text.SeStringHandling;
|
||||
using LiteDB;
|
||||
using MessagePack;
|
||||
|
||||
namespace ChatTwo;
|
||||
@@ -11,7 +10,6 @@ namespace ChatTwo;
|
||||
public abstract class Chunk
|
||||
{
|
||||
[IgnoreMember]
|
||||
[BsonIgnore] // used by LegacyMessageImporter
|
||||
internal Message? Message { get; set; }
|
||||
|
||||
[Key(0)]
|
||||
|
||||
Reference in New Issue
Block a user