iachat/spec/controllers/public/api/v1/inbox
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
..
contacts_controller_spec.rb fix: Identifier not persisted on customer created via Inbox API Channel (#5804) 2022-11-07 16:02:45 -08:00
conversations_controller_spec.rb feat: Add ability to resolve API channel conversations (#8348) 2024-02-21 17:41:20 +05:30
inboxes_controller_spec.rb feat: Add inbox details endpoint (#5549) 2022-11-02 19:05:03 -07:00
messages_controller_spec.rb fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30