delint more properly
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
ef2ff31a46
commit
80add7be92
1 changed files with 2 additions and 1 deletions
|
@ -583,9 +583,10 @@ module.exports = createReactClass({
|
||||||
payload.data.description || payload.data.name);
|
payload.data.description || payload.data.name);
|
||||||
break;
|
break;
|
||||||
case 'picture_snapshot':
|
case 'picture_snapshot':
|
||||||
return ContentMessages.sharedInstance().sendContentListToRoom(
|
ContentMessages.sharedInstance().sendContentListToRoom(
|
||||||
[payload.file], this.state.room.roomId, MatrixClientPeg.get(),
|
[payload.file], this.state.room.roomId, MatrixClientPeg.get(),
|
||||||
);
|
);
|
||||||
|
break;
|
||||||
case 'notifier_enabled':
|
case 'notifier_enabled':
|
||||||
case 'upload_started':
|
case 'upload_started':
|
||||||
case 'upload_finished':
|
case 'upload_finished':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue