fix: don't stream global feed in notifications tab (#207)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user