We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1239705 commit fa96557Copy full SHA for fa96557
utils.go
@@ -126,9 +126,9 @@ func format_discord_embeds(msg *GotifyMessage) []DiscordEmbed {
126
Title: title,
127
Description: desc,
128
Color: color,
129
- Timestamp: time.Now().UTC().Format(time.RFC3339),
+ Timestamp: msg.Date,
130
Footer: &DiscordEmbedFooter{
131
- Text: fmt.Sprintf("Gotify Id: %d | Date: %s", msg.Id, msg.Date),
+ Text: fmt.Sprintf("Gotify Id: %d", msg.Id),
132
},
133
}
134
// For subsequent chunks, omit the title to avoid repetition
0 commit comments