mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Start using JSONB column instead of app side compressed data (#4574)
This commit is contained in:
@@ -107,10 +107,8 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
var blob = user.GetBlob();
|
||||
blob.ShowInvoiceStatusChangeHint = false;
|
||||
if (user.SetBlob(blob))
|
||||
{
|
||||
await _userManager.UpdateAsync(user);
|
||||
}
|
||||
user.SetBlob(blob);
|
||||
await _userManager.UpdateAsync(user);
|
||||
return RedirectToAction(nameof(Index));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user