5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge/matrix
Simon THOBY 1a3c57a031
Send the display name instead of the user name (matrix) (#1282)
* matrix: send the display name (the nickname in matrix parlance) instead of the user name

There is also the option UseUserName (already in use by the discord bridge) to turn back to the old behavior.

* matrix: update displayNames on join events

* matrix: introduce a helper.go file to keep matrix.go size reasonable
2020-11-22 15:57:41 +01:00
..
helpers.go Send the display name instead of the user name (matrix) (#1282) 2020-11-22 15:57:41 +01:00
matrix_test.go Add username formatting for all events (matrix) (#1233) 2020-10-20 21:22:31 +02:00
matrix.go Send the display name instead of the user name (matrix) (#1282) 2020-11-22 15:57:41 +01:00