mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
comment
This commit is contained in:
parent
22587da5ff
commit
bc14d4f58f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user