iachat/spec/controllers/api/v1/widget
Muhsin Keloth 05b8486538
fix: message_type inconsistency across message end points (#10108)
The `before_type_cast` method sometimes returns a string for
`message_type`, creating inconsistencies in different payloads. This
pull request will remove all `before_type_cast` usage and replace it
with `to_i` methods.
2024-09-16 16:14:35 +05:30
..
integrations chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
campaigns_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
configs_controller_spec.rb chore: Update widget config API to migrate the widget (#8303) 2023-11-06 15:27:29 -08:00
contacts_controller_spec.rb feat: do not send contact details to the widget (#9223) 2024-04-12 15:30:07 +05:30
conversations_controller_spec.rb fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30
direct_uploads_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
events_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
inbox_members_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
labels_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
messages_controller_spec.rb fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30