mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 05:38:57 +01:00
Don't pass in removed flag
This commit is contained in:
parent
e19f794fee
commit
a5c72780e6
1 changed files with 0 additions and 1 deletions
|
@ -401,7 +401,6 @@ class SQLBaseStore(object):
|
|||
yield self.runInteraction(
|
||||
desc,
|
||||
self._simple_insert_txn, table, values,
|
||||
or_ignore=or_ignore
|
||||
)
|
||||
except self.database_engine.module.IntegrityError:
|
||||
# We have to do or_ignore flag at this layer, since we can't reuse
|
||||
|
|
Loading…
Reference in a new issue