You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi there,
The
message_id
field is currentlyCharField(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)The text was updated successfully, but these errors were encountered: