metaphysics icon indicating copy to clipboard operation
metaphysics copied to clipboard

[MSG] Handle null fields in temporary states

Open sarahscott opened this issue 8 years ago • 0 comments

Sometimes Impulse will return a conversation but with certain fields empty (i.e. in the few minutes after you create an inquiry). This results in errors like this in Emission, which expects last_message and initial_message to be non-null:

simulator screen shot jun 23 2017 2 00 15 pm

We should be able to handle these intermediary states and either not return the conversation to a client if it isn't ready or have some sort of 'loading' state.

sarahscott avatar Jun 23 '17 12:06 sarahscott