0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-13 11:23:25 +01:00

Extend comment

This commit is contained in:
Erik Johnston 2017-07-20 16:16:29 +01:00
parent d7d24750be
commit 60a9a49f83

View file

@ -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},