diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:40:56 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:40:56 -0500 |
| commit | 53d4542aa5c4165bd7e1b4ca5218ff62aaa51b8f (patch) | |
| tree | 4433d395d0c9b09b93489c2881667eccf7c37f55 /src | |
| parent | a5a3b7079531da5e8f0662fe223d18e3477599d9 (diff) | |
Fix popular links
Diffstat (limited to 'src')
| -rw-r--r-- | src/site.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index df5d9f7..ba9336b 100644 --- a/src/site.clj +++ b/src/site.clj @@ -464,7 +464,7 @@ WHERE user_id IN profile-nick (:nick user-info) raw-dumps (fetch-popular-dumps-redis profile-nick (:nick session)) raw-dumps (filter #(> (:count %) 0) raw-dumps) - recips (get-recips-from-msgs raw-dumps) + recips [] ; (get-recips-from-msgs raw-dumps) dumps (map process-message-for-output raw-dumps)] (.setAttribute st "nick" profile-nick) (.setAttribute st "mini_profile" (build-mini-profile user-info)) |
