From c50d373e5cde296887465d4a9ca53e2b2f2cdb67 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Thu, 8 Jun 2023 18:06:10 -0700 Subject: [PATCH] Add kind 1985 to notifications --- src/app/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/state.ts b/src/app/state.ts index a2881989..bcf1decf 100644 --- a/src/app/state.ts +++ b/src/app/state.ts @@ -160,7 +160,7 @@ const processChats = async (pubkey, events) => { export const listen = async () => { const pubkey = user.getPubkey() const {roomsJoined} = user.getProfile() - const kinds = enableZaps ? [1, 4, 7, 9735] : [1, 4, 7] + const kinds = enableZaps ? [1, 4, 7, 1985, 9735] : [1, 4, 7, 1985] // Only grab notifications since we last checked, with some wiggle room const since =