mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 11:23:25 +01:00
Extend comment
This commit is contained in:
parent
d7d24750be
commit
60a9a49f83
1 changed files with 2 additions and 1 deletions
|
@ -262,7 +262,8 @@ class Porter(object):
|
|||
return
|
||||
|
||||
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(
|
||||
table=table,
|
||||
values={"stream_id": None},
|
||||
|
|
Loading…
Reference in a new issue