-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idle #1590
Idle #1590
Conversation
When you create a new server and go to the list of pending users, there is an "internal server error" because the index is missing in the dictionary on the line |
Please rebase to master (I wrote some commands that you could already know) and the force push to your origin to update the PR. git fetch -p upstream
git switch idle
git rebase -i upstream/master
# this open an editor, you can keep "pick" for the first commit
# and replace "pick" with "squash" for the other commits to squash them
# keep only logically different commits, save and exit
# this open an editor, edit the final commit message, save and exit
git push -f origin idle |
|
Made normal commit, thanks to @ppigazzini and @dubslow -- #1592 |
ideally the fix should be in this PR, not in a new one, no reason to spam the repo |
No description provided.