Use mRoomName on join notifications as well.
parent
b77cce4ec5
commit
d4c20c472b
|
@ -207,7 +207,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
||||||
}
|
}
|
||||||
notificationService.showNotification(
|
notificationService.showNotification(
|
||||||
userName +
|
userName +
|
||||||
" (" + (matrixService.getRoomIdToAliasMapping(event.room_id) || event.room_id) + ")",
|
" (" + $filter("mRoomName")(event.room_id) + ")",
|
||||||
userName + " joined",
|
userName + " joined",
|
||||||
event.content.avatar_url ? event.content.avatar_url : undefined,
|
event.content.avatar_url ? event.content.avatar_url : undefined,
|
||||||
function() {
|
function() {
|
||||||
|
|
Loading…
Reference in New Issue