danielberkompas / telephonist

Elixir state machines for Twilio calls
MIT License
41 stars 3 forks source link

Preserve options through transitions #14

Closed danielberkompas closed 8 years ago

danielberkompas commented 8 years ago

This should fix #5.

brentonannan commented 8 years ago

:+1: nice one.

Do you know of a deep merge you could use in case options is nested maps?

danielberkompas commented 8 years ago

@brentonannan I don't think the standard library comes with deep merge. I could look into adding it, but this should probably enough for now?

brentonannan commented 8 years ago

Yeah, I don;t think it does either; for now, this is great. Thanks mate.