Commit a9a23784 authored by Raphael Beer's avatar Raphael Beer

Change: only deliver subject, testedWith ids to frontend, not full tweetObjects

parent e9a6fb36
......@@ -14,4 +14,7 @@ class TimelineTermination:
debug('[TimelineTermination] ' + tweet_id + 'has no replies - can not test.')
result = None
result["tweets"]["subject"] = result["tweets"]["subject"]["tweetId"]
result["tweets"]["testedWith"] = result["tweets"]["testedWith"]["tweetId"]
return result
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment