fix: load generic reposts

This commit is contained in:
codytseng 2025-12-30 12:58:38 +08:00
parent 4c7052c17d
commit 43f4c34fb3

View file

@ -58,7 +58,7 @@ class StuffStatsService {
},
{
'#e': [event.id],
kinds: [kinds.Repost],
kinds: [kinds.Repost, kinds.GenericRepost],
limit: 100
}
)
@ -79,7 +79,7 @@ class StuffStatsService {
},
{
'#a': [replaceableCoordinate],
kinds: [kinds.Repost],
kinds: [kinds.Repost, kinds.GenericRepost],
limit: 100
}
)