From 47c2b1e86bab5c3ca13fa4fef14b0118e1aac601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 27 Mar 2026 13:00:47 +0100 Subject: [PATCH] Allow partial update of timeline markers --- src/api/v1/markers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1/markers.ts b/src/api/v1/markers.ts index 0a201981..adce33e9 100644 --- a/src/api/v1/markers.ts +++ b/src/api/v1/markers.ts @@ -30,7 +30,7 @@ app.post( scopeRequired(["write:statuses"]), zValidator( "json", - z.record( + z.partialRecord( z.enum(["notifications", "home"]), z.object({ last_read_id: z.string(),