This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/go/vumitools/api.py b/go/vumitools/api.py | |
index bbeea11..2cada49 100644 | |
--- a/go/vumitools/api.py | |
+++ b/go/vumitools/api.py | |
@@ -140,6 +140,10 @@ class VumiUserApi(object): | |
if conversation: | |
returnValue(self.wrap_conversation(conversation)) | |
+ def get_conversation(self, conversation_key): | |
+ return self.conversation_store.get_conversation_by_key( |