forked from MarseyWorld/MarseyWorld
master
parent
c0158be0da
commit
acad522929
|
@ -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…
Reference in New Issue