diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-26 11:16:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-26 11:16:33 +0000 |
| commit | 4cf4b832452062fa5a8506ee0d26e21d5a80bfdc (patch) | |
| tree | 83bedafddd2ac6c7fea2bab29cefc7e78e88c2e2 /src/index.js | |
| parent | smallHeader (diff) | |
| download | fedidag-4cf4b832452062fa5a8506ee0d26e21d5a80bfdc.tar.gz fedidag-4cf4b832452062fa5a8506ee0d26e21d5a80bfdc.zip | |
diegetic tombstone
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index aeb1634..104d145 100644 --- a/src/index.js +++ b/src/index.js @@ -30,7 +30,7 @@ const loadData = async () => { const data = await (jsonld.compact(await jsonld.flatten(raw), context)); await Promise.all(data['@graph'].map(async (entry) => { - if (entry.type !== 'Note') + if (entry.type !== 'Note' && entry.formerType !== 'Note') return; if (!entry.replies) entry.replies = []; |
