You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
FilePanel: Remove whitespace before two function definitions.
This commit is contained in:
@ -42,7 +42,7 @@ const FilePanel = createReactClass({
|
||||
};
|
||||
},
|
||||
|
||||
onRoomTimeline (ev, room, toStartOfTimeline, removed, data) {
|
||||
onRoomTimeline(ev, room, toStartOfTimeline, removed, data) {
|
||||
if (room.roomId !== this.props.roomId) return;
|
||||
if (toStartOfTimeline || !data || !data.liveEvent || ev.isRedacted()) return;
|
||||
|
||||
@ -53,7 +53,7 @@ const FilePanel = createReactClass({
|
||||
}
|
||||
},
|
||||
|
||||
onEventDecrypted (ev, err) {
|
||||
onEventDecrypted(ev, err) {
|
||||
if (ev.getRoomId() !== this.props.roomId) return;
|
||||
const eventId = ev.getId();
|
||||
|
||||
|
Reference in New Issue
Block a user