trypost/tests/Unit/Enums/PostPlatform
Paulo Castellano facc02a30a feat(tiktok): add TikTokPhoto content type for photo carousels
Adds the enum case TikTokPhoto = 'tiktok_photo' with maxMediaCount 35,
supportsImage true, supportsVideo false, 1:1 aspect ratio. The publisher
service already calls /post/publish/content/init/ correctly — this
enum case is the missing data layer that lets validation, UI, and
defaults treat photo posts as a first-class content type.
2026-05-09 11:27:24 -03:00
..
TikTokPhotoContentTypeTest.php feat(tiktok): add TikTokPhoto content type for photo carousels 2026-05-09 11:27:24 -03:00