trypost/tests/Feature/Actions
Paulo Sérgio Dantas 7dab106f06 fix(workspace): default content_language to the app locale, not 'en'
When a workspace is created without an explicit content_language,
`data_get($data, 'content_language')` returns null, array_filter drops the key,
and the column falls back to its DB default of 'en'. So AI content and
notifications came out in English even when the app was running in another
locale.

Default to `app()->getLocale()` instead, so a new workspace inherits the user's
current language. An explicit content_language still wins.
2026-07-01 13:49:48 -03:00
..
Post feat: workspace-scoped broadcast channel and post lifecycle events 2026-05-07 16:02:22 -03:00
PostComment feat: @mentions in comments, AI Action layer + MCP tools, settings tabs 2026-05-01 20:59:03 -03:00
SocialAccount Add Telegram analytics: per-post reactions (webhook) + channel subscribers 2026-06-14 11:18:40 -03:00
User feat(onboarding): auto-create a default workspace at signup 2026-06-22 08:18:19 -03:00
Workspace fix(workspace): default content_language to the app locale, not 'en' 2026-07-01 13:49:48 -03:00