feat: implement auto-fix for one-time key conflicts in crypto database

This commit is contained in:
2026-03-13 01:47:56 +11:00
parent c07cf58086
commit a0c0068997
2 changed files with 172 additions and 1 deletions

View File

@@ -550,7 +550,7 @@ export function ThreadView({ room, threadRootId }: ThreadViewProps) {
hour24Clock={hour24Clock}
dateFormatString={dateFormatString}
reply={
replyEventId ? (
replyEventId && replyEventId !== threadRootId ? (
<Reply
room={room}
timelineSet={roomTimelineSet}