forked from MirrorHub/synapse
Use mRoomName on join notifications as well.
This commit is contained in:
parent
b77cce4ec5
commit
d4c20c472b
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
|||
}
|
||||
notificationService.showNotification(
|
||||
userName +
|
||||
" (" + (matrixService.getRoomIdToAliasMapping(event.room_id) || event.room_id) + ")",
|
||||
" (" + $filter("mRoomName")(event.room_id) + ")",
|
||||
userName + " joined",
|
||||
event.content.avatar_url ? event.content.avatar_url : undefined,
|
||||
function() {
|
||||
|
|
Loading…
Reference in a new issue