Changeset 646
- Timestamp:
- 04/25/06 17:20:43
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Frepa.pm
r553 r646 43 43 $context->log(info => 'Login to frepa succeeded.'); 44 44 45 my $feed_type = $self->conf->{feed_type} || [ 'FriendDiary'];45 my $feed_type = $self->conf->{feed_type} || [ qw(FriendDiary FriendStatus RecentComment) ]; 46 46 for my $plugin (@$feed_type) { 47 47 my $plugin = (ref $self || $self) . "::$plugin"; … … 194 194 show_icon: 1 195 195 feed_type: 196 - FriendDiary 196 197 - FriendStatus 197 198 - RecentComment
