WIP: Have decrypt API method return Optional[str] (body)
We have this method return the decrypted body instead of changing the the
referenced message's body because the poezio event system doesn't handle
ordering for async methods. The message may already be displayed when we finish
decrypting.
We now try to replace the displayed message ourselves once decrypted.
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>