nicolium: fix streaming
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -22,7 +22,7 @@ const useHomeTimeline = (
|
||||
maxId?: string,
|
||||
) => {
|
||||
const client = useClient();
|
||||
const stream = 'home';
|
||||
const stream = 'user';
|
||||
|
||||
return useTimeline(
|
||||
'home',
|
||||
|
||||
Reference in New Issue
Block a user