Possible fix for .reroa working even for non-patrons

This commit is contained in:
Kwoth
2022-07-27 11:18:35 +02:00
parent d7c1dad4f0
commit 36b7fd2352
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.3.1] - 27.07.2022
### Changed
- Check for updates will run once per hour as it was supposed to
## [4.3.0] - 27.07.2022
### Added

View File

@@ -715,7 +715,7 @@ public sealed class PatronageService
return new()
{
Name = key.PrettyName,
Quota = defaultValue,
Quota = 0,
IsPatronLimit = false,
};