mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Extend comment
This commit is contained in:
parent
d7d24750be
commit
60a9a49f83
@ -262,7 +262,8 @@ class Porter(object):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if table == "user_directory_stream_pos":
|
if table == "user_directory_stream_pos":
|
||||||
# We need to make sure there is a single row, `(X, null)`
|
# We need to make sure there is a single row, `(X, null), as that is
|
||||||
|
# what synapse expects to be there.
|
||||||
yield self.postgres_store._simple_insert(
|
yield self.postgres_store._simple_insert(
|
||||||
table=table,
|
table=table,
|
||||||
values={"stream_id": None},
|
values={"stream_id": None},
|
||||||
|
Loading…
Reference in New Issue
Block a user