From 59e895f814353a7d67a7139c9a0c9c8e93ed962e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 8 Mar 2018 22:18:40 -0800 Subject: [PATCH] fix tests --- bin/mastodon-data.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/mastodon-data.js b/bin/mastodon-data.js index 22e2cf0e..66206f30 100644 --- a/bin/mastodon-data.js +++ b/bin/mastodon-data.js @@ -305,7 +305,8 @@ export const actions = times(30, i => ({ post: { internalId: 'bazthread-thread 2b2', text: 'thread 2b2', - inReplyTo: 'bazthread-thread 2b' + inReplyTo: 'bazthread-thread 2b', + privacy: 'unlisted' } }, { @@ -313,7 +314,8 @@ export const actions = times(30, i => ({ post: { internalId: 'bazthread-thread 2d', text: 'thread 2d', - inReplyTo: 'bazthread-thread 2' + inReplyTo: 'bazthread-thread 2', + privacy: 'unlisted' } }, { @@ -321,7 +323,8 @@ export const actions = times(30, i => ({ post: { internalId: 'bazthread-thread 2b2a', text: 'thread 2b2a', - inReplyTo: 'bazthread-thread 2b2' + inReplyTo: 'bazthread-thread 2b2', + privacy: 'unlisted' } } ]))