fix: いろいろ

This commit is contained in:
mattyatea 2023-09-03 20:50:36 +09:00
parent e1b22165db
commit a488e58edb
2 changed files with 41 additions and 63 deletions

View file

@ -93,7 +93,7 @@ if (props.src === 'antenna') {
query = {
withReplies: defaultStore.state.showTimelineReplies,
};
connection = stream.useChannel(' ', {
connection = stream.useChannel('hybridAllTimeline', {
withReplies: defaultStore.state.showTimelineReplies,
});
connection.on('note', prepend);