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