mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Don't pass in removed flag
This commit is contained in:
parent
e19f794fee
commit
a5c72780e6
@ -401,7 +401,6 @@ class SQLBaseStore(object):
|
|||||||
yield self.runInteraction(
|
yield self.runInteraction(
|
||||||
desc,
|
desc,
|
||||||
self._simple_insert_txn, table, values,
|
self._simple_insert_txn, table, values,
|
||||||
or_ignore=or_ignore
|
|
||||||
)
|
)
|
||||||
except self.database_engine.module.IntegrityError:
|
except self.database_engine.module.IntegrityError:
|
||||||
# We have to do or_ignore flag at this layer, since we can't reuse
|
# We have to do or_ignore flag at this layer, since we can't reuse
|
||||||
|
Loading…
Reference in New Issue
Block a user