From 1902b631c75a8b144517c82023d8d024aa106f0d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 2 Jun 2016 11:45:23 +0100 Subject: [PATCH] add default branding parameter for email notifs --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index e1024d0b7e..e69cf06cf5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,7 @@ { "default_hs_url": "https://matrix.org", "default_is_url": "https://vector.im", + "brand": "Vector", "integrations_ui_url": "http://localhost:8081/", "integrations_rest_url": "http://localhost:5050" }