Browse Source

add swarm-coins to h-entry

pull/39/head
Aaron Parecki 7 years ago
parent
commit
c255df7421
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/Formats/Mf2.php

+ 1
- 1
lib/Formats/Mf2.php View File

@ -278,7 +278,7 @@ class Mf2 {
$refs = []; $refs = [];
// Single plaintext and URL values // Single plaintext and URL values
self::collectSingleValues(['published','summary','rsvp'], ['url'], $item, $data);
self::collectSingleValues(['published','summary','rsvp','swarm-coins'], ['url'], $item, $data);
// These properties are always returned as arrays and may contain plaintext content // These properties are always returned as arrays and may contain plaintext content
self::collectArrayValues(['category','invitee'], $item, $data, $refs, $http); self::collectArrayValues(['category','invitee'], $item, $data, $refs, $http);

Loading…
Cancel
Save