fix: remove filtering replies by created_at
This commit is contained in:
parent
7a63f475da
commit
bf6b96fd91
1 changed files with 0 additions and 2 deletions
|
|
@ -143,8 +143,6 @@ export default function ReplyNoteList({
|
||||||
const rootEventId = getRootEventHexId(event) ?? event.id
|
const rootEventId = getRootEventHexId(event) ?? event.id
|
||||||
const isRootEvent = rootEventId === event.id
|
const isRootEvent = rootEventId === event.id
|
||||||
for (const evt of events) {
|
for (const evt of events) {
|
||||||
if (evt.created_at < event.created_at) continue
|
|
||||||
|
|
||||||
const parentEventId = getParentEventHexId(evt)
|
const parentEventId = getParentEventHexId(evt)
|
||||||
if (parentEventId) {
|
if (parentEventId) {
|
||||||
const parentReplyInfo = replyMap.get(parentEventId)
|
const parentReplyInfo = replyMap.get(parentEventId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue