fix: correctly filter with tag
This commit is contained in:
@ -52,8 +52,7 @@ export default function useLoginFeed() {
|
||||
sub.Id = "login:muted";
|
||||
sub.Kinds = new Set([EventKind.Lists]);
|
||||
sub.Authors = new Set([pubKey]);
|
||||
// TODO: not sure relay support this atm, don't seem to return results
|
||||
// sub.DTags = new Set([MUTE_LIST_TAG])
|
||||
sub.DTags = new Set([MUTE_LIST_TAG])
|
||||
sub.Limit = 1;
|
||||
|
||||
return sub;
|
||||
|
Reference in New Issue
Block a user