scroll to top on opening notifications & thread pages

This commit is contained in:
Martti Malmi
2024-02-12 12:36:26 +02:00
parent ff5d2ee32d
commit e2164800a9
4 changed files with 18 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const TimelineFollows = (props: TimelineFollowsProps) => {
discriminator: login.publicKey?.slice(0, 12),
extra: rb => {
if (login.tags.item.length > 0) {
rb.withFilter().kinds([EventKind.TextNote]).tag("t", login.tags.item);
rb.withFilter().kinds([EventKind.TextNote, EventKind.Repost]).tag("t", login.tags.item);
}
},
}) as TimelineSubject,