1
Fork 0

Skip scheduled topics in Show Topic Author.

This commit is contained in:
Bauke 2023-10-26 16:50:08 +02:00
parent 5ed824a4be
commit f96c33fd82
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 0 deletions

View File

@ -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(