Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
event-collector: Begin sending submit events
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed May 21, 2015
1 parent 15ca73f commit 868b0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r2/r2/controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def POST_submit(self, form, jquery, url, selftext, kind, title,

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())
Expand Down

0 comments on commit 868b0f5

Please sign in to comment.