Changeset 6dccccf


Ignore:
Timestamp:
Jun 22, 2011, 9:56:46 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Children:
43d8a1e
Parents:
303dbc1
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 12:36:17)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (06/22/11 21:56:46)
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

    r303dbc1 r6dccccf  
    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.