fix: fix sorting problems
This commit is contained in:
@@ -334,7 +334,7 @@ internal class LegacyMessageImporter : IAsyncDisposable
|
||||
_database.Dispose();
|
||||
_database = null;
|
||||
|
||||
Plugin?.MessageManager.FilterAllTabsAsync(false);
|
||||
Plugin?.MessageManager.FilterAllTabsAsync();
|
||||
}
|
||||
|
||||
private static Message BsonDocumentToMessage(BsonDocument doc)
|
||||
|
||||
Reference in New Issue
Block a user