mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 06:50:41 -04:00
SYWEB-57: Highlight rooms where the history has changed.
This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
This commit is contained in:
parent
78ff63a9c7
commit
e632fcd933
4 changed files with 33 additions and 7 deletions
|
@ -804,7 +804,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput', 'a
|
|||
console.log("onInit3");
|
||||
|
||||
// Make recents highlight the current room
|
||||
$scope.recentsSelectedRoomID = $scope.room_id;
|
||||
$rootScope.recentsSelectedRoomID = $scope.room_id;
|
||||
|
||||
// Init the history for this room
|
||||
history.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue