implement custom welcome message (#65)

This commit is contained in:
nebunez
2021-03-15 00:55:01 -04:00
committed by GitHub
parent d8b5ce40d8
commit b1256bcd08
4 changed files with 20 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export const initialServerConfigState: ConfigDetails = {
socialHandles: [],
streamTitle: '',
summary: '',
welcomeMessage: '',
tags: [],
title: '',
},