This commit is contained in:
@@ -565,7 +565,7 @@ namespace AyaNova.Util
|
||||
// CALLED BY by login ping from client via notify controller
|
||||
internal static async Task<bool> DBHasTrialUsersAsync(AyContext ct, ILogger _log)
|
||||
{
|
||||
_log.LogDebug("DB trial users presence check");
|
||||
_log.LogDebug("DB trial users presence check for pre-login ping");
|
||||
//There are 22 trial users (more but for internal use) in a trial database
|
||||
if (await ct.User.LongCountAsync() < 22) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user