iachat/spec/controllers/api/v1
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
..
accounts fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30
widget fix: message_type inconsistency across message end points (#10108) 2024-09-16 16:14:35 +05:30
accounts_controller_spec.rb feat: API changes to support multi step user signup (#8933) 2024-02-20 16:48:51 +05:30
notification_subscriptions_controller_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
profiles_controller_spec.rb feat: account onboarding with clearbit (#8857) 2024-02-12 23:21:42 +05:30
upload_controller_spec.rb feat: Extend upload API end point to support external images (#10062) 2024-09-05 10:42:54 +05:30