* Make chat messages unique Since DA will rightfully ignore duplicated messages, we need to add a nonce to make sure every message is unique, so that a user can send the same message twice. This nonce is randomly generated for simplicity. * Clear in_flight status upon error on chat app