mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
Remove cache thing
This commit is contained in:
parent
fcf57a04e1
commit
c1ee163cab
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue