diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 0769762f8..5aa819a68 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -1120,6 +1120,7 @@ HTML; $category = $feed == null ? null : $feed->category(); $item = [ + 'frss:id' => $this->id(), 'id' => 'tag:google.com,2005:reader/item/' . self::dec2hex($this->id()), 'crawlTimeMsec' => substr($this->dateAdded(true, true), 0, -3), 'timestampUsec' => '' . $this->dateAdded(true, true), //EasyRSS & Reeder |
