feat: use canonical room alias for room completion
This commit is contained in:
parent
73b726e5fb
commit
b3d8292113
2 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,7 @@ export function TextualCompletion({
|
|||
<div style={{width: '100%'}}>
|
||||
<span>{title}</span>
|
||||
<em>{subtitle}</em>
|
||||
<span style={{color: 'gray'}}>{description}</span>
|
||||
<span style={{color: 'gray', float: 'right'}}>{description}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue