fix: load generic reposts
This commit is contained in:
parent
4c7052c17d
commit
43f4c34fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue