Skip to content

Commit

Permalink
use bookmark created instead of now() for Firehose createtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Dec 4, 2008
1 parent 40863ca commit 0fbcf9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/FireHose/FireHose.pm
Expand Up @@ -304,7 +304,8 @@ sub createUpdateItemFromBookmark {
activity => $activity,
public => "yes",
type => $type,
srcid => $id
srcid => $id,
createtime => $bookmark->{createdtime},
};
$data->{introtext} = $options->{introtext} if $options->{introtext};
if ($type eq "feed") {
Expand Down

0 comments on commit 0fbcf9f

Please sign in to comment.