Do event tracking for major forum events.

This commit is contained in:
Jonathan Piacenti
2014-09-30 18:41:41 +00:00
parent c877c604ef
commit be02613aac
5 changed files with 232 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ class Thread(ContentFactory):
class Comment(ContentFactory):
thread_id = None
thread_id = "dummy thread"
depth = 0
type = "comment"
body = "dummy comment body"