Add kind 1985 to notifications

This commit is contained in:
Jonathan Staab 2023-06-08 18:06:10 -07:00
parent dd07b0480a
commit c50d373e5c

View File

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