diff --git a/plugins/tiddlywiki/twitter-archivist/archivist.js b/plugins/tiddlywiki/twitter-archivist/archivist.js index d2fb23225..e1ca29a42 100644 --- a/plugins/tiddlywiki/twitter-archivist/archivist.js +++ b/plugins/tiddlywiki/twitter-archivist/archivist.js @@ -117,7 +117,7 @@ TwitterArchivist.prototype.loadArchive = async function(options) { }); // Apply the modifications in reverse order var rawText = tweet.tweet.full_text, - posText = rawText.length - 1, + posText = rawText.length, chunks = []; for(var modificationIndex=modifications.length-1; modificationIndex>=0; modificationIndex--) { var modification = modifications[modificationIndex];