mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
event-collector: Begin sending submit events
This commit is contained in:
@@ -572,6 +572,7 @@ class ApiController(RedditController):
|
||||
|
||||
queries.new_link(l)
|
||||
l.update_search_index()
|
||||
g.events.submit_event(l, request=request, context=c)
|
||||
|
||||
if then == 'comments':
|
||||
path = add_sr(l.make_permalink_slow())
|
||||
|
||||
Reference in New Issue
Block a user