From 985d9bb7a041a9729c9f9ba11df95b876c502581 Mon Sep 17 00:00:00 2001 From: samtar Date: Sat, 6 Aug 2022 00:26:31 +0100 Subject: [PATCH] extension.json: Make `mention-success` a `message` notification Set `mention-success` to a `message` type Echo notification, by setting `section` to `message` in extension.json Bug: T314695 Change-Id: Ic860f5db61acb5d64e7b451c5ec198ea39bfe534 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 5a6466836..78991152e 100644 --- a/extension.json +++ b/extension.json @@ -948,7 +948,7 @@ "expandable": true }, "group": "positive", - "section": "alert", + "section": "message", "presentation-model": "EchoMentionStatusPresentationModel" }, "user-rights": {