fix: don't stream global feed in notifications tab (#207)

This commit is contained in:
Alejandro
2023-02-06 23:11:32 +01:00
committed by GitHub
parent 79008c5fc4
commit c928beb174
2 changed files with 8 additions and 3 deletions

View File

@ -78,6 +78,7 @@ export default function useTimelineFeed(subject: TimelineSubject, options: Timel
let latestSub = new Subscriptions();
latestSub.Authors = sub.Authors;
latestSub.HashTags = sub.HashTags;
latestSub.PTags = sub.PTags;
latestSub.Kinds = sub.Kinds;
latestSub.Search = sub.Search;
latestSub.Limit = 1;