Closed TangoMan75 closed 3 years ago
parseString method now returns and array containing a new icon property :
parseString
icon
[ "uri" => "https://discord.com/" "icon" => "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8..." "title" => "Discord" "note" => "foobar" "tags" => [ "bookmarks", "bar", ] "time" => 1592775139 "pub" => false ]
Also, renamed some variables inside parseString method: eg: $m1 => $href, $m2 => $title...
$m1
$href
$m2
$title
This is mostly for semantics, and will not impact behavior in any way.
parseString
method now returns and array containing a newicon
property :Also, renamed some variables inside
parseString
method: eg:$m1
=>$href
,$m2
=>$title
...This is mostly for semantics, and will not impact behavior in any way.