Ignore:
Timestamp:
Sep 20, 2011, 11:15:31 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
Branches:
master, release-1.10, release-1.9
Children:
4b23009
Parents:
44f585c
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 12:36:17)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/20/11 23:15:31)
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

    r44f585c r77d1ef1  
    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.