Some documentation

This commit is contained in:
Michael 2016-11-13 18:28:55 +00:00
parent 26936755d9
commit e925c4139c
1 changed files with 1 additions and 0 deletions

View File

@ -2876,6 +2876,7 @@ class diaspora {
"created_at" => $created,
"provider_display_name" => $item["app"]);
// Diaspora rejects messages when they contain a location without "lat" or "lng"
if (!isset($location["lat"]) OR !isset($location["lng"])) {
unset($message["location"]);
}