reminders and polls are not sent to signed off users
This commit is contained in:
parent
de443ac03b
commit
758c2b9d03
3 changed files with 3 additions and 2 deletions
|
@ -168,7 +168,7 @@ namespace Lieb.Data
|
|||
HashSet<ulong> userIds = new HashSet<ulong>();
|
||||
foreach(RaidSignUp signUp in raid.SignUps)
|
||||
{
|
||||
if(signUp.LiebUserId.HasValue)
|
||||
if(signUp.LiebUserId.HasValue && signUp.IsMessageSignUp)
|
||||
{
|
||||
userIds.Add(signUp.LiebUserId.Value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue