Skip to content

Commit 1d9742f

Browse files
committed
T14328: Allow enabling CommentStreams on talk namespaces
Since https://gerrit.wikimedia.org/r/c/mediawiki/extensions/CommentStreams/+/1191396 is now merged, adding a talk namespace to wgCommentStreamsAllowedNamespaces will allow that namespace to have separate comments.
1 parent 3fa8260 commit 1d9742f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManageWikiNamespaces.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
'from' => 'commentstreams',
188188
'type' => 'check',
189189
'main' => true,
190-
'talk' => false,
190+
'talk' => true,
191191
'excluded' => [],
192192
'overridedefault' => array_merge(
193193
array_fill_keys( $wgContentNamespaces, true ),

0 commit comments

Comments
 (0)