From b499fd06fc8653cc3b1589d242784b4a24fb3721 Mon Sep 17 00:00:00 2001 From: resynth1943 Date: Sun, 27 Sep 2020 21:20:41 +0100 Subject: [PATCH] Formatting change --- src/components/structures/MatrixChat.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index 122abad438..a7c1b9cbcb 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -1843,6 +1843,7 @@ export default class MatrixChat extends React.PureComponent { } else { subtitle = `${this.subTitleStatus} ${subtitle}`; } + const title = `${SdkConfig.get().brand} ${subtitle}`; if (document.title !== title) {