Remove cache thing

This commit is contained in:
binwiederhier
2026-01-16 10:07:09 -05:00
parent fcf57a04e1
commit c1ee163cab

View File

@@ -771,10 +771,6 @@ func readMessage(rows *sql.Rows) (*message, error) {
URL: attachmentURL,
}
}
// Clear SequenceID if it equals ID (we do not want the SequenceID in the message output)
if sequenceID == id {
sequenceID = ""
}
return &message{
ID: id,
SequenceID: sequenceID,