1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

fix comment & use room.getUnfilteredTimelineSet()

This commit is contained in:
Matthew Hodgson
2016-09-08 14:38:34 +01:00
parent c882d66b0d
commit f88ba9df11
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ var MatrixClientPeg = require("../../MatrixClientPeg");
var dis = require("../../dispatcher");
/*
* Component which shows the filtered file using a TimelinePanel
* Component which shows the global notification list using a TimelinePanel
*/
var NotificationPanel = React.createClass({
displayName: 'NotificationPanel',