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