mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 21:25:18 -04: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(
|
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…
Add table
Add a link
Reference in a new issue