Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
4
Wino.Messaging/Server/DraftMapped.cs
Normal file
4
Wino.Messaging/Server/DraftMapped.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Wino.Messaging.Server
|
||||
{
|
||||
public record DraftMapped(string LocalDraftCopyId, string RemoteDraftCopyId) : ServerMessageBase<DraftMapped>;
|
||||
}
|
||||
Reference in New Issue
Block a user