Fixing UI thread issues with bulk operations and request queue refactoring.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Messaging.UI;
|
||||
|
||||
public record BulkMailStateUpdatedMessage(
|
||||
IReadOnlyList<MailStateChange> UpdatedStates,
|
||||
EntityUpdateSource Source = EntityUpdateSource.Server) : UIMessageBase<BulkMailStateUpdatedMessage>;
|
||||
Reference in New Issue
Block a user