summaryrefslogtreecommitdiffstats
path: root/root/static/github_activity.js
diff options
context:
space:
mode:
Diffstat (limited to 'root/static/github_activity.js')
-rw-r--r--root/static/github_activity.js3
1 files changed, 3 insertions, 0 deletions
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</a> \
in <a href="<%= repository.url%>"> \
<%= repository.owner %>/<%= repository.name %></a> \
+ <% } else if (type == "FollowEvent") { %> \
+ <b>started following</b> \
+ <a href="<%= url %>"><%= payload.target.login %></a> \
<% } else { %> \
Unknown event type <% type %> \
<% } %>\