First unstable federation release

This commit is contained in:
Diogo Cordeiro
2018-07-31 20:09:47 +01:00
parent 20738f48cd
commit f8048c7565
14 changed files with 348 additions and 1904 deletions

View File

@@ -128,7 +128,7 @@ foreach ($to_profiles as $tp) {
}
// Add location if that is set
if (isset ($data->object->latitude, $data->object->longitude)) {
if (isset($data->object->latitude, $data->object->longitude)) {
$act->context->location = Location::fromLatLon($data->object->latitude, $data->object->longitude);
}