fix(bot): add callback to update message count after proxying

also re-add -with-last-message flag :D
This commit is contained in:
spiral 2022-12-10 16:50:22 +00:00
parent 8e0454a13b
commit 24db9f28c2
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
9 changed files with 32 additions and 17 deletions

View file

@ -9,7 +9,7 @@ namespace PluralKit.Core;
internal class DatabaseMigrator
{
private const string RootPath = "PluralKit.Core.Database"; // "resource path" root for SQL files
private const int TargetSchemaVersion = 31;
private const int TargetSchemaVersion = 32;
private readonly ILogger _logger;
public DatabaseMigrator(ILogger logger)