From 4cf4b832452062fa5a8506ee0d26e21d5a80bfdc Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 26 Jan 2021 12:16:33 +0100 Subject: diegetic tombstone --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') 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 = []; -- cgit v1.2.3