fix: correctly filter with tag

This commit is contained in:
Alejandro Gomez
2023-01-27 11:47:05 +01:00
parent ba2fde425f
commit 613665c187
5 changed files with 17 additions and 5 deletions

View File

@ -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;