fix mention
This commit is contained in:
parent
78c733398f
commit
43c1edb907
@ -65,7 +65,7 @@ class MatrixMessageAdapter implements IMessage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public mention(user: IMessageTarget): string {
|
public mention(user: IMessageTarget): string {
|
||||||
return `${user.id}:`;
|
return `<a href="https://matrix.to/#/${user.id}">${user.id}</a>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user