Merge pull request #2979 from InspectorCaracal/default-channel-typeclass

Remove typeclass from default channels setting
This commit is contained in:
Griatch 2022-11-10 22:25:10 +01:00 committed by GitHub
commit 86686c0d15

View file

@ -818,7 +818,6 @@ DEFAULT_CHANNELS = [
"aliases": ("pub",),
"desc": "Public discussion",
"locks": "control:perm(Admin);listen:all();send:all()",
"typeclass": BASE_CHANNEL_TYPECLASS,
}
]