Revert "Better ID for notice activity"
This reverts commit 8cc4660bd94a6de922794e3feec3742a1c7cb1bf. This seems like something Evan only did to make pump.io import notices easier, or maybe he just wanted to get rid of the identi.ca URLs?
This commit is contained in:
parent
f4c0cff032
commit
355c37bc3f
@ -1508,8 +1508,9 @@ class Notice extends Managed_DataObject
|
||||
|
||||
if (Event::handle('StartNoticeAsActivity', array($this, &$act))) {
|
||||
|
||||
$act->id = TagURI::mint("post:".$this->id);
|
||||
$act->id = $this->uri;
|
||||
$act->time = strtotime($this->created);
|
||||
$act->link = $this->bestUrl();
|
||||
$act->content = common_xml_safe_str($this->rendered);
|
||||
|
||||
$profile = $this->getProfile();
|
||||
|
Loading…
x
Reference in New Issue
Block a user