mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
if a thread is unreplied, don't show the OP as the last person to reply
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
template = setBlock(regex, block, template);
|
||||
} else {
|
||||
var conditional = makeConditionalRegex(namespace + d);
|
||||
|
||||
|
||||
var conditionalBlock = conditional.exec(template);
|
||||
|
||||
if (conditionalBlock !== null) {
|
||||
|
||||
Reference in New Issue
Block a user