mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
fix: read stat counts from db as long (oopsie)
This commit is contained in:
parent
4e8141007f
commit
95b027d432
1 changed files with 5 additions and 5 deletions
|
|
@ -8,10 +8,10 @@ public partial class ModelRepository
|
||||||
|
|
||||||
public class Counts
|
public class Counts
|
||||||
{
|
{
|
||||||
public int SystemCount { get; }
|
public long SystemCount { get; }
|
||||||
public int MemberCount { get; }
|
public long MemberCount { get; }
|
||||||
public int GroupCount { get; }
|
public long GroupCount { get; }
|
||||||
public int SwitchCount { get; }
|
public long SwitchCount { get; }
|
||||||
public int MessageCount { get; }
|
public long MessageCount { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue