nicolium: fix streaming

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-06 14:18:11 +01:00
parent 032df3cab5
commit 8fab2cb6e8

View File

@ -22,7 +22,7 @@ const useHomeTimeline = (
maxId?: string,
) => {
const client = useClient();
const stream = 'home';
const stream = 'user';
return useTimeline(
'home',