Nexmo / dj-nexmo

A Django app to make working with Nexmo even easier!
https://developer.nexmo.com/
Apache License 2.0
3 stars 2 forks source link

message-id field should be length=36 #14

Open Naddiseo opened 2 years ago

Naddiseo commented 2 years ago

Hi there, The message_id field is currently CharField(max_length=32, unique=True) but there seems to be a recent change where the message id in the response is a full UUID of 36 characters in length. (I can't find any documentation on this change, but it started affecting our production recently and tracked it down to our starter)