Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Ensure that the guest user is in the database when upgrading accounts #914
Conversation
NegativeMjark
assigned
erikjohnston
Jul 8, 2016
erikjohnston
commented on the diff
Jul 8, 2016
synapse/storage/registration.py
| @@ -127,11 +127,24 @@ def _register( | ||
| try: | ||
| if was_guest: | ||
| + # Ensure that the guest user actually exists |
erikjohnston
Owner
|
|
lgtm |
NegativeMjark
merged commit 10f4856
into
develop
Jul 8, 2016
10 checks passed
Flake8 + Packaging (Commit)
Build #1117 origin/markjh/upgrade succeeded in 32 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #232 origin/markjh/upgrade succeeded in 6 min 8 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #1072 origin/markjh/upgrade succeeded in 5 min 18 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #1091 origin/markjh/upgrade succeeded in 5 min 46 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #1156 origin/markjh/upgrade succeeded in 1 min 24 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
richvdh
deleted the
markjh/upgrade
branch
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NegativeMjark commentedJul 8, 2016
No description provided.