Merge remote-tracking branch 'origin/develop' into feat/whatsapp-call

# Conflicts:
#	db/migrate/20260408170902_create_calls.rb
#	db/schema.rb
#	enterprise/app/models/call.rb
This commit is contained in:
Tanmay Deep Sharma
2026-04-21 12:21:04 +07:00
745 changed files with 33498 additions and 1811 deletions
@@ -226,4 +226,10 @@ const handleSeeOriginal = () => {
}
}
}
// Email clients (Gmail, Outlook) hardcode dir="ltr" on wrapper elements.
// In RTL apps this forces email content LTR regardless of actual text.
[dir='rtl'] .letter-render [dir='ltr'] {
direction: inherit;
}
</style>