mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Change "tweets" to "posts" to avoid ublock hiding
This commit is contained in:
parent
4f7e0ffc22
commit
9d9bd10e15
5 changed files with 8 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ proc renderReplyThread(thread: Thread): VNode =
|
|||
|
||||
proc renderConversation*(conversation: Conversation): VNode =
|
||||
let hasAfter = conversation.after != nil
|
||||
buildHtml(tdiv(class="conversation", id="tweets")):
|
||||
buildHtml(tdiv(class="conversation", id="posts")):
|
||||
tdiv(class="main-thread"):
|
||||
if conversation.before != nil:
|
||||
tdiv(class="before-tweet thread-line"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue