patch messages in thread (#12191)

closes https://github.com/twentyhq/twenty/issues/12190
This commit is contained in:
Etienne
2025-05-23 12:24:13 +02:00
committed by GitHub
parent ec9d8e4e95
commit ddab513c0b
18 changed files with 28 additions and 17 deletions

View File

@ -0,0 +1 @@
export const QUERY_MAX_RECORDS = 60;

View File

@ -10,6 +10,7 @@
export { FIELD_FOR_TOTAL_COUNT_AGGREGATE_OPERATION } from './FieldForTotalCountAggregateOperation';
export { FIELD_RESTRICTED_ADDITIONAL_PERMISSIONS_REQUIRED } from './FieldRestrictedAdditionalPermissionsRequired';
export { PermissionsOnAllObjectRecords } from './PermissionsOnAllObjectRecords';
export { QUERY_MAX_RECORDS } from './QueryMaxRecords';
export { STANDARD_OBJECT_RECORDS_UNDER_OBJECT_RECORDS_PERMISSIONS } from './StandardObjectRecordsUnderObjectRecordsPermissions';
export { TWENTY_COMPANIES_BASE_URL } from './TwentyCompaniesBaseUrl';
export { TWENTY_ICONS_BASE_URL } from './TwentyIconsBaseUrl';