Always suggest a pill for MXID-looking users
Part of https://github.com/vector-im/riot-web/issues/12440
This commit is contained in:
parent
d324dfaceb
commit
00cc253594
1 changed files with 7 additions and 0 deletions
|
@ -645,6 +645,13 @@ export default class InviteDialog extends React.PureComponent {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn("Non-fatal error trying to make an invite for a user ID");
|
console.warn("Non-fatal error trying to make an invite for a user ID");
|
||||||
console.warn(e);
|
console.warn(e);
|
||||||
|
|
||||||
|
// Add a result anyways, just without a profile
|
||||||
|
r.results.push({
|
||||||
|
user_id: term,
|
||||||
|
display_name: term,
|
||||||
|
avatar_url: null,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue