tweak subscriptions page

This commit is contained in:
2023-04-14 12:57:48 +01:00
parent fe788853c9
commit 0f7964bfa6
6 changed files with 92 additions and 98 deletions

View File

@ -20,7 +20,7 @@ import { SubscriptionEvent } from "Subscription";
*/
export default function useLoginFeed() {
const login = useLogin();
const { publicKey: pubKey, privateKey: privKey, readNotifications, muted: stateMuted } = login;
const { publicKey: pubKey, privateKey: privKey, readNotifications } = login;
const { isMuted } = useModeration();
const publisher = useEventPublisher();