remove stale comment, we include vias now

This commit is contained in:
Michael Telatynski 2021-07-07 18:17:33 +01:00
parent 4a6af5a4d7
commit 882e66e215

View file

@ -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"