Do event tracking for major forum events.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user