1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Remove redundant action id

This commit is contained in:
Luke Barnard
2017-06-08 14:30:45 +01:00
parent d3cf78ff5a
commit f320f7d475

View File

@ -1109,7 +1109,6 @@ module.exports = React.createClass({
};
const payload = {
id: '#mylovelyid',
action: 'view_room',
event_id: eventId,
highlighted: Boolean(eventId),