remotes/1693045480750635534/spooky-22
Aevann1 2021-10-18 18:06:57 +02:00
parent 23c780e322
commit 88b8358880
2 changed files with 2 additions and 1 deletions

View File

@ -208,6 +208,7 @@ class Submission(Base):
if comment: self.__dict__["replies"] = [comment]
else: self.__dict__["replies"] = pinned_comment + index.get(self.fullname, [])
g.db.commit()
return render_template(template,
v=v,
p=self,

View File

@ -57,4 +57,4 @@ INSERT INTO public.users (
0, 0, '', true, 0);
SELECT pg_catalog.setval('public.users_id_seq', 7, true);
SELECT pg_catalog.setval('public.users_id_seq', 6, true);