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:
eb497a9
Parents:
3199d8e
git-author:
Edward Z. Yang <ezyang@mit.edu> (06/20/11 11:41:44)
git-committer:
Edward Z. Yang <ezyang@mit.edu> (09/20/11 23:15:31)
Message:
Implement automatic instance selection, with no de-dup.

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

Legend:

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

    r3d10ed3 r99f0a77  
    1414
    1515sub context { return shift->{"name"}; }
    16 sub subcontext { return shift->{"postid"}; }
     16sub subcontext { return shift->{"topic"}; }
    1717sub service { return "http://www.facebook.com"; }
    1818sub long_sender { return shift->{"zsig"}; } # XXX hack, shouldn't be named zsig
Note: See TracChangeset for help on using the changeset viewer.