Actually commit after accepting posts
This commit is contained in:
parent
7e0618c3ff
commit
237133e4b3
1 changed files with 2 additions and 0 deletions
|
@ -738,6 +738,8 @@ class Session():
|
||||||
|
|
||||||
cr = self.db.execute(sql, (newsgroup.id, message.id))
|
cr = self.db.execute(sql, (newsgroup.id, message.id))
|
||||||
|
|
||||||
|
self.db.commit()
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _post_impl(self, message_id=None):
|
def _post_impl(self, message_id=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue