fixed chrome login

This commit is contained in:
Sarah Faey 2023-11-22 21:52:41 +01:00
parent df0170c20d
commit 2fbbe2f3a7
3 changed files with 13 additions and 3 deletions

View file

@ -669,6 +669,7 @@ namespace Lieb.Data
if(signup.SignUpType == SignUpType.Maybe && signup.LiebUserId.HasValue)
{
await SignOff(raid.RaidId, signup.LiebUserId.Value);
await _discordService.SendMessageToUsers("You have been signed off because you were still maybe.", raid.Title, new HashSet<ulong>(){signup.LiebUserId.Value});
}
}
}