add reactions kind to notifications filter
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -625,7 +625,7 @@ impl TimelineKind {
|
||||
pub fn notifications_filter(pk: &Pubkey) -> Filter {
|
||||
Filter::new()
|
||||
.pubkeys([pk.bytes()])
|
||||
.kinds([1])
|
||||
.kinds([1, 7])
|
||||
.limit(default_limit())
|
||||
.build()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user