Debian packaging via dh_virtualenv (#4285)

This commit is contained in:
Richard van der Hoff 2018-12-20 11:33:29 +00:00
parent fd4070a85d
commit 1a6d5bfa08
36 changed files with 311 additions and 510 deletions

View file

@ -78,7 +78,7 @@ CONDITIONAL_REQUIREMENTS = {
},
"postgres": {
"psycopg2>=2.6": ["psycopg2"]
}
},
}

View file

@ -182,7 +182,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
keyvalues = {
"user_id": user_id,
"version": version,
"version": int(version),
}
if room_id:
keyvalues['room_id'] = room_id