Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Drop (IRC) suffix hacks #2193

Merged
merged 4 commits into from
Oct 4, 2018
Merged

Conversation

Half-Shot
Copy link
Contributor

@@ -108,11 +108,11 @@ export default class UserProvider extends AutocompleteProvider {
// Don't search if the query is a single "@"
if (fullMatch && fullMatch !== '@') {
completions = this.matcher.match(fullMatch).map((user) => {
const displayName = (user.name || user.userId || '').replace(' (IRC)', ''); // FIXME when groups are done
const displayName = (user.name || user.userId || ''); // FIXME when groups are done
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

surely the comment can go?

@dbkr dbkr merged commit 21cedba into matrix-org:develop Oct 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants