From 8a02fa7691b7cac06d6ca353139080a4b0a92e2c Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 10 Jan 2020 16:00:20 +0100 Subject: [PATCH] ThreemaNotifier: Use fully qualified status emoji (#21305) --- pkg/services/alerting/notifiers/threema.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/services/alerting/notifiers/threema.go b/pkg/services/alerting/notifiers/threema.go index 560e8c12e80..fabbfd11a81 100644 --- a/pkg/services/alerting/notifiers/threema.go +++ b/pkg/services/alerting/notifiers/threema.go @@ -132,11 +132,11 @@ func (notifier *ThreemaNotifier) Notify(evalContext *alerting.EvalContext) error stateEmoji := "" switch evalContext.Rule.State { case models.AlertStateOK: - stateEmoji = "\u2705 " // White Heavy Check Mark + stateEmoji = "\u2705 " // Check Mark Button case models.AlertStateNoData: - stateEmoji = "\u2753 " // Black Question Mark Ornament + stateEmoji = "\u2753\uFE0F " // Question Mark case models.AlertStateAlerting: - stateEmoji = "\u26A0 " // Warning sign + stateEmoji = "\u26A0\uFE0F " // Warning sign } // Build message