From d403f7afcc095bbc0b2b31f10b5112c7f905a3eb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 24 Oct 2012 03:51:56 -0500 Subject: another event type --- root/static/github_activity.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/static/github_activity.js b/root/static/github_activity.js index bb5a4c2..1cd5b48 100644 --- a/root/static/github_activity.js +++ b/root/static/github_activity.js @@ -55,6 +55,9 @@ var GithubActivity = (function($, _) { wiki page \ in \ <%= repository.owner %>/<%= repository.name %> \ + <% } else if (type == "FollowEvent") { %> \ + started following \ + <%= payload.target.login %> \ <% } else { %> \ Unknown event type <% type %> \ <% } %>\ -- cgit v1.2.3