fix: use standard mute list tag

This commit is contained in:
Alejandro Gomez 2023-01-27 14:46:59 +01:00
parent 5817c36af1
commit c183633efc
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { Subscriptions } from "Nostr/Subscriptions";
import type { RootState } from "State/Store";
import useSubscription, { NoteStore } from "Feed/Subscription";
export const MUTE_LIST_TAG = "mute"
export const MUTE_LIST_TAG = "p:mute"
export default function useMutedFeed(pubkey: HexKey) {
const loginPubkey = useSelector((s: RootState) => s.login.publicKey)