espresto/reclaim-social-media

postmetadata - *_link_id

Closed this issue · 1 comments

When i walked through the mods to detect the missing post-meta_data i stumbled upon another issue:
line 109 of the bookmarks-mod https://github.com/espresto/reclaim-social-media/blob/master/mods/bookmarks.class.php#L109

$post_meta["_".$this->shortname."_link_id"] = $entry["id"];

the value of $entry["id"] is not read for the ext_guid of the generated post. Shouldn't they be the same?
This differs in some other mods, so i would like to correct it.

your right. it's a copy & paste oversight. i'll correct it right away.