Mark facebook and facebook_restrict as unsupported, change version number of fbsync. #189

Merged
annando merged 7 commits from master into master 2014-05-08 19:39:08 +02:00
Showing only changes of commit 1320a26a01 - Show all commits

Buffer: Don't post a link if its a photo - this irritates buffer

Michael Vogel 2014-05-03 23:41:33 +02:00

View file

@ -354,7 +354,7 @@ function buffer_send(&$a,&$b) {
if (isset($post["description"]))
$message["media[description]"] = $post["description"];
if (isset($post["url"]))
if (isset($post["url"]) AND ($post["type"] != "photo"))
$message["media[link]"] = $post["url"];
if (isset($post["image"])) {