note to self

This commit is contained in:
Alejandro Gomez 2023-02-04 00:36:29 +01:00
parent 1524609a43
commit 3304da8a40
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -41,7 +41,8 @@ export default function useLoginFeed() {
let sub = new Subscriptions();
sub.Id = "login:notifications";
sub.Kinds = new Set([EventKind.TextNote, EventKind.ZapReceipt]);
// todo: add zaps
sub.Kinds = new Set([EventKind.TextNote]);
sub.PTags = new Set([pubKey]);
sub.Limit = 1;
return sub;