first build possible

This commit is contained in:
2026-03-30 12:14:28 +02:00
parent 6ee8262f9f
commit f143f0b2e9
2 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ public class PlainSyncEvent
/// <summary>
/// Antwort auf einen Plain-Push.
/// </summary>
public class PlainPushResponse
public record class PlainPushResponse
{
public bool Success { get; init; }
public long ServerSequenceNr { get; init; }