pub fn get_open_conversation(
    client: &Client
) -> Result<Option<DbConversation>, EngineError>
Expand description

Return the latest conversation that is still open for a given user (there should not be more than one), or None if there isn’t any.