pull/21833/head
Bruno Windels 2019-05-09 16:07:10 +02:00
parent 22587da5ff
commit bc14d4f58f
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export default class AutocompleteWrapperModel {
const displayAlias = completion.completionId;
return new RoomPillPart(displayAlias);
}
// also used for emoji completion
default:
return new PlainPart(completion.completion);
}