Skip scheduled topics in Show Topic Author.
This commit is contained in:
parent
5ed824a4be
commit
f96c33fd82
|
@ -38,6 +38,11 @@ function showTopicAuthor(): number {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (author.toLowerCase() === "tildes") {
|
||||||
|
// Skip the automatically posted topics from the Tildes system account.
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
topicInfoSource.insertAdjacentElement(
|
topicInfoSource.insertAdjacentElement(
|
||||||
"afterbegin",
|
"afterbegin",
|
||||||
createElementFromString(
|
createElementFromString(
|
||||||
|
|
Loading…
Reference in New Issue