This commit is contained in:
Henry Jameson 2021-06-09 22:39:17 +03:00
commit 11b8cd1b0a

View file

@ -79,7 +79,8 @@ const subscription = await listener.subscribeToStreamChanges(userId, async strea
].join('\n') ].join('\n')
await post({ await post({
spoiler_text: 'Stream announcment', spoiler_text: 'Stream announcment',
status status,
visibility: 'public'
}) })
} }
} else { } else {