Fix alerts

This commit is contained in:
Jonathan Staab 2022-12-16 09:47:47 -08:00
parent 3725d16955
commit 6281dcd26e

View File

@ -60,7 +60,7 @@
if ($user) {
const events = await channels.getter.all({
kinds: [1, 7],
'#p': $user.pubkey,
'#p': [$user.pubkey],
since: $alerts.since,
})