store the person posting, d'uh.
diff --git a/src/plugins/scanners/discourse.py b/src/plugins/scanners/discourse.py
index f970db8..863e4c9 100644
--- a/src/plugins/scanners/discourse.py
+++ b/src/plugins/scanners/discourse.py
@@ -177,6 +177,7 @@
                         'sourceID': source['sourceID'],
                         'organisation': source['organisation'],
                         
+                        'creator': uhash,
                         'created': CreatedDate,
                         'topic': dhash,
                         'post_id': post['id'],