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