Update to layer 80 and accept TOS on sign_up (#824)

This commit is contained in:
Lonami Exo
2018-06-03 13:26:17 +02:00
parent b2ed6caff4
commit e93b8f2b13
3 changed files with 53 additions and 31 deletions

View File

@@ -15,7 +15,9 @@ WHITELISTED_MISMATCHING_IDS = {
# 0 represents any layer
0: {'ipPortSecret', 'accessPointRule', 'help.configSimple'},
77: {'channel'},
78: {'channel'}
78: {'channel'},
79: {'channel'},
80: {'channel'},
}