mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
This should be just oob_data too
This commit is contained in:
parent
4184158a9a
commit
5827a883bf
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ module.exports = React.createClass({
|
|||
room_alias: self.starting_room_alias,
|
||||
event_id: self.starting_event_id,
|
||||
invite_sign_url: self.starting_room_invite_sign_url,
|
||||
room_oob_data: self.starting_room_oob_data,
|
||||
oob_data: self.starting_room_oob_data,
|
||||
});
|
||||
delete self.starting_room_alias;
|
||||
delete self.starting_event_id;
|
||||
|
|
Loading…
Reference in a new issue