You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Remove outdated comment
This commit is contained in:
@@ -147,7 +147,6 @@ const Pill = React.createClass({
|
|||||||
switch (this.state.pillType) {
|
switch (this.state.pillType) {
|
||||||
case Pill.TYPE_USER_MENTION: {
|
case Pill.TYPE_USER_MENTION: {
|
||||||
// If this user is not a member of this room, default to the empty member
|
// 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;
|
const member = this.state.member;
|
||||||
if (member) {
|
if (member) {
|
||||||
userId = member.userId;
|
userId = member.userId;
|
||||||
|
|||||||
Reference in New Issue
Block a user