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
Don't clobber a displayname or avatar_url if provided by an m.room.member event #1852
Conversation
leonerd
referenced this pull request
in matrix-org/sytest
Jan 24, 2017
Merged
Test ability for room members to override displayname on a per-room basis #337
leonerd
assigned
erikjohnston
Jan 24, 2017
leonerd
merged commit e978247
into
develop
Jan 25, 2017
7 of 8 checks passed
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #1421 origin/paul/issue-1382 succeeded in 9 min 21 sec
Details
Sytest Postgres (Commit)
Build #2238 origin/paul/issue-1382 succeeded in 7 min 21 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2306 origin/paul/issue-1382 succeeded in 6 min 7 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
leonerd
referenced this pull request
Jan 25, 2017
Closed
Unable to change the display name in a m.room.member event (SYN-707) #1382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
leonerd commentedJan 24, 2017
•
edited
This fixes #1382
This functionallity is required by the
matrix-appservice-tgTelegram portal, to provide displaynames on a per-room basis in a way that doesn't leak them as public information.This is tested by matrix-org/sytest#337