Fix typo that caused ASTokens to not be uniquely checked

Signed-off-by: Andrew Morgan <andrewm@matrix.org>
main
Andrew Morgan 2018-06-01 16:34:52 +01:00
parent b86b55360a
commit 63dc2141ba
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ func checkErrors(config *Dendrite) (err error) {
// Add the id/token to their respective maps if we haven't already
// seen them.
idMap[appservice.ID] = true
tokenMap[appservice.ID] = true
tokenMap[appservice.ASToken] = true
// Check if more than one regex exists per namespace
for _, namespace := range appservice.NamespaceMap {