app.net, facebook, twitter and statusnet: Preview now shows the post like it will appear on other networks/Better contact handling #203

Merged
annando merged 7 commits from master into master 2014-07-10 07:47:22 +02:00
Showing only changes of commit a2dc41e8de - Show all commits

pumpio: Reverting programming that checks for invalid contacts

Michael Vogel 2014-06-25 10:29:38 +02:00

View file

@ -888,9 +888,6 @@ function pumpio_dolike(&$a, $uid, $self, $post, $own_id) {
function pumpio_get_contact($uid, $contact) {
if (($contact->url == "") OR ($contact->id == 0))
return(false);
$r = q("SELECT id FROM unique_contacts WHERE url='%s' LIMIT 1",
dbesc(normalise_link($contact->url)));