note to self
This commit is contained in:
parent
1524609a43
commit
3304da8a40
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user