mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
remove stale comment, we include vias now
This commit is contained in:
parent
4a6af5a4d7
commit
882e66e215
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ export default class MessageContextMenu extends React.Component {
|
|||
if (this.props.permalinkCreator) {
|
||||
permalink = this.props.permalinkCreator.forEvent(this.props.mxEvent.getId());
|
||||
}
|
||||
// XXX: if we use room ID, we should also include a server where the event can be found (other than in the domain of the event ID)
|
||||
const permalinkButton = (
|
||||
<IconizedContextMenuOption
|
||||
iconClassName="mx_MessageContextMenu_iconPermalink"
|
||||
|
|
Loading…
Reference in a new issue