From 7239d48b95f04688c204c00e5832aa2025557cf9 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Fri, 20 Nov 2020 18:04:19 +0100 Subject: [PATCH] Use the configured warning sign in the buffer prefix --- matrix/buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/buffer.py b/matrix/buffer.py index a391260..87b76d1 100644 --- a/matrix/buffer.py +++ b/matrix/buffer.py @@ -942,7 +942,7 @@ class RoomBuffer(object): @property def warning_prefix(self): - return "⚠️ " + return G.CONFIG.encryption_warning_sign @property def typing(self):