Remove typeclass from default channel

This commit is contained in:
InspectorCaracal 2022-11-08 21:44:51 -07:00 committed by GitHub
parent 4b6ee288c1
commit 2a10a5bfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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