Remove typeclass from default channel

This commit is contained in:
InspectorCaracal 2022-11-08 21:44:51 -07:00 committed by GitHub
parent c4e4544abd
commit d3133a2021

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,
}
]