Jake Vanderwerf
2026-02-10 d27c7e53c828285f2080dcaa6ac224224f61795f
inc/rest/routes/ContentRoutes.php
@@ -96,7 +96,8 @@
            'user'   => 'int|required',
            'posts' => 'required',
            'content' => 'string',
         ]);
         ])
         ->register();
   }
   protected function initTimelineFields(string $content): void