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