eslint-html
Nolan Lawson 2018-03-08 22:18:40 -08:00
rodzic cd8293925e
commit 59e895f814
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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'
}
}
]))