[ActivityPub] Tombstones now have datetimes

This commit is contained in:
Diogo Cordeiro
2020-08-29 22:18:00 +01:00
parent 3f70ac5cde
commit c8e9cbdbb8
4 changed files with 10 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ class Activitypub_message
$tags = [];
foreach ($message->getTags() as $tag) {
if ($tag != "") { // Hacky workaround to avoid stupid outputs
if ($tag != '') { // Hacky workaround to avoid stupid outputs
$tags[] = Activitypub_tag::tag_to_array($tag);
}
}