Show all messages in non-nip29 chat

This commit is contained in:
Jon Staab
2025-10-16 16:15:50 -07:00
parent a636ae6592
commit b3533c285f

View File

@@ -5,7 +5,7 @@
import {readable} from "svelte/store"
import {now, formatTimestampAsDate, MINUTE, ago} from "@welshman/lib"
import type {TrustedEvent, EventContent} from "@welshman/util"
import {makeEvent, getTag, MESSAGE, DELETE} from "@welshman/util"
import {makeEvent, MESSAGE, DELETE} from "@welshman/util"
import {pubkey, publishThunk} from "@welshman/app"
import {slide, fade, fly} from "@lib/transition"
import ChatRound from "@assets/icons/chat-round.svg?dataurl"
@@ -156,10 +156,6 @@
continue
}
if (getTag("h", event.tags)) {
continue
}
const date = formatTimestampAsDate(event.created_at)
if (