mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Remove XXX now it's fixed (yay!)
This commit is contained in:
parent
72b3ce200d
commit
b60ab9d695
@ -56,13 +56,6 @@ module.exports = React.createClass({
|
|||||||
ConferenceHandler: React.PropTypes.any,
|
ConferenceHandler: React.PropTypes.any,
|
||||||
|
|
||||||
// the ID for this room (or, if we don't know it, an alias for it)
|
// the ID for this room (or, if we don't know it, an alias for it)
|
||||||
//
|
|
||||||
// XXX: if this is an alias, we will display a 'join' dialogue,
|
|
||||||
// regardless of whether we are already a member, or if the room is
|
|
||||||
// peekable. Currently there is a big mess, where at least four
|
|
||||||
// different components (RoomView, MatrixChat, RoomDirectory,
|
|
||||||
// SlashCommands) have logic for turning aliases into rooms, and each
|
|
||||||
// of them do it differently and have different edge cases.
|
|
||||||
roomAddress: React.PropTypes.string.isRequired,
|
roomAddress: React.PropTypes.string.isRequired,
|
||||||
|
|
||||||
// An object representing a third party invite to join this room
|
// An object representing a third party invite to join this room
|
||||||
|
Loading…
Reference in New Issue
Block a user