mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Some changes to let pumpio react similar to facebook.
This commit is contained in:
parent
34e7206ba4
commit
9a1a666f24
5 changed files with 19 additions and 7 deletions
|
@ -36,7 +36,8 @@ function stripcode_br_cb($s) {
|
|||
|
||||
function tryoembed($match){
|
||||
$url = ((count($match)==2)?$match[1]:$match[2]);
|
||||
// logger("tryoembed: $url");
|
||||
|
||||
//logger("tryoembed: $url");
|
||||
|
||||
$o = oembed_fetch_url($url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue