Skip to content

Commit ef5b105

Browse files
committed
Merge branch 'master' into preview
2 parents 60f2fd0 + df3b21a commit ef5b105

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/components-react/windows/go-live/platforms/FacebookEditStreamInfo.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class FacebookEditStreamInfoModule {
130130
}
131131

132132
getDestinationOptions(): IListOption<TDestinationType>[] {
133+
// not sure if the best idea, but we decided to always show "Timeline" option
133134
const options: IListOption<TDestinationType>[] = [
134135
{
135136
value: 'me' as TDestinationType,
@@ -141,10 +142,7 @@ class FacebookEditStreamInfoModule {
141142
label: $t('Share to a Page You Manage'),
142143
image: 'https://slobs-cdn.streamlabs.com/media/fb-page.png',
143144
},
144-
].filter(opt => {
145-
if (opt.value === 'me' && !this.canStreamToTimeline) return false;
146-
return true;
147-
});
145+
];
148146
return options;
149147
}
150148

0 commit comments

Comments
 (0)