Changeset 8aa81172
- Timestamp:
- Sep 20, 2011, 11:15:33 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.9
- Children:
- 1efafe7
- Parents:
- 68c0afd
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (07/15/11 21:48:50)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/20/11 23:15:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook/Handle.pm
r68c0afd r8aa81172 289 289 } 290 290 291 my $link = $post->{actions}[0]{link}; 292 291 293 # Only handle post if it's new 292 294 my $created_time = str2time($post->{created_time}); … … 307 309 # serves as a canonical link to the post. The {name} 308 310 # field should equal 'Comment'. 309 permalink => $ post->{actions}[0]{link},311 permalink => $link, 310 312 ); 311 313 BarnOwl::queue_message($msg); … … 333 335 topic => $topic, 334 336 time => asctime(localtime $comment_time), 335 permalink => "",337 permalink => $link, 336 338 ); 337 339 BarnOwl::queue_message($msg);
Note: See TracChangeset
for help on using the changeset viewer.