add comment for future self

pull/142/head
Aevann 2023-03-23 17:53:01 +02:00
parent 5c071b749a
commit e8c2952e3c
1 changed files with 1 additions and 1 deletions

View File

@ -540,6 +540,6 @@ def process_poll_options(v:User, target:Union[Submission, Comment]):
body_html=body_html,
exclusive=exclusive,
)
option_objects.append(option)
option_objects.append(option) #shitty hack to bypass autoflush
g.db.add_all(option_objects)