mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 04:07:03 +02:00
Remove outdated comment
This commit is contained in:
parent
026582bcf7
commit
ac597996e0
@ -147,7 +147,6 @@ const Pill = React.createClass({
|
||||
switch (this.state.pillType) {
|
||||
case Pill.TYPE_USER_MENTION: {
|
||||
// If this user is not a member of this room, default to the empty member
|
||||
// TODO: This could be improved by doing an async profile lookup
|
||||
const member = this.state.member;
|
||||
if (member) {
|
||||
userId = member.userId;
|
||||
|
Loading…
Reference in New Issue
Block a user