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
Make kick & ban reasons work #1917
Conversation
dbkr
requested a review
from erikjohnston
Feb 14, 2017
dbkr
assigned
erikjohnston
Feb 14, 2017
|
LGTM |
dbkr
merged commit fa467e6
into
develop
Feb 14, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #1530 origin/dbkr/make_ban_reasons_work failed in 11 min
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #2350 origin/dbkr/make_ban_reasons_work succeeded in 5 min 44 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2417 origin/dbkr/make_ban_reasons_work succeeded in 6 min 6 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
added a commit
that referenced
this pull request
Mar 13, 2017
dbkr
deleted the
dbkr/make_ban_reasons_work
branch
Oct 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbkr commentedFeb 14, 2017
We somehow specced APIs with reason strings, preserve the content
in the events and even have the clients display them, but failed
to actually pass the parameter through to the event content.