mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
c99557d9a3
no issue - while i was testing random failures, i discovered an edge case for disqus - you start a new 1.0 blog, you add disqus, the unique identifer is the post id (object id) - now you export your content and import it on a new instance - the importer detects that the amp field is null and imports the old object id as comment id - but the post model is not prepared for this case - see next commit for tests **NOTE**: The comment id had two different data types (Number or String). Disqus expects a string. So this should not change any behaviour, now that the comment_id is always a string. |
||
---|---|---|
.. | ||
base | ||
plugins | ||
accesstoken.js | ||
app-field.js | ||
app-setting.js | ||
app.js | ||
client-trusted-domain.js | ||
client.js | ||
index.js | ||
invite.js | ||
permission.js | ||
post.js | ||
refreshtoken.js | ||
role.js | ||
settings.js | ||
subscriber.js | ||
tag.js | ||
user.js |