bb
This commit is contained in:
parent
5a820bb372
commit
7d6da05dbd
2 changed files with 8 additions and 2 deletions
|
@ -1169,7 +1169,7 @@ def submit_post(v):
|
|||
|
||||
if request.headers.get("Authorization"): return new_post.json
|
||||
else:
|
||||
new_post = get_post(new_post.id)
|
||||
new_post.voted = 1
|
||||
if 'megathread' in new_post.title.lower(): sort = 'new'
|
||||
else: sort = v.defaultsortingcomments
|
||||
new_post.replies = [c]
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
The true home of IP2
|
||||
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
|
||||
<img src="/static/images/16412386045.webp" width="100%">
|
||||
|
||||
<a class="btn btn-primary btn-block mt-4" href="https://ip2.network">STREAM LIST</a>
|
||||
<a class="btn btn-primary btn-block" href="/post/4103">BUGS/SUGGESTIONS MEGATHREAD</a>
|
||||
<p class="mt-4">Rules: No doxxing, No CP or other clearly illegal shit. Thanks.</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue