Ignore:
Timestamp:
Sep 19, 2011, 1:31:34 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Children:
4724f1a
Parents:
61d7594
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 12:36:17)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:34)
Message:
Suppress interest groups for now.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Facebook/lib/BarnOwl/Module/Facebook/Handle.pm

    r61d7594 ra98e071  
    184184        # No app invites, thanks! (XXX make configurable)
    185185        if ($post->{type} eq 'link' && $post->{application}) {
     186            next;
     187        }
     188
     189        # XXX Filtering out interest groups for now
     190        # A more reasonable strategy may be to show their
     191        # posts, but not the comments.
     192        if (defined $post->{from}{category}) {
    186193            next;
    187194        }
Note: See TracChangeset for help on using the changeset viewer.