feat: send personal player notifications
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using GmRelay.Shared.Domain;
|
||||
|
||||
namespace GmRelay.Web.Services;
|
||||
|
||||
public enum BatchCloneInterval
|
||||
@@ -13,7 +15,8 @@ public sealed record WebSessionBatch(
|
||||
string JoinLink,
|
||||
DateTime FirstScheduledAt,
|
||||
DateTime LastScheduledAt,
|
||||
int SessionCount);
|
||||
int SessionCount,
|
||||
string NotificationMode = SessionNotificationModeExtensions.GroupAndDirectValue);
|
||||
|
||||
public static class BatchSchedulePlanner
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user