- Added currency.transactionsLifetime which controls auto-deletion of currency transactions from the database

- Updated changelog
This commit is contained in:
Kwoth
2022-02-02 13:52:54 +01:00
parent 15ee3dd638
commit eecccc8100
6 changed files with 70 additions and 21 deletions

View File

@@ -206,7 +206,6 @@ public partial class Gambling : GamblingModule<GamblingService>
public partial Task CurrencyTransactions(IUser usr, int page)
=> InternalCurrencyTransactions(usr.Id, page);
// todo curtrs max lifetime
private async Task InternalCurrencyTransactions(ulong userId, int page)
{
if (--page < 0)