Messaging: Parse mentions.

This commit is contained in:
Paul
2021-06-11 18:07:37 +01:00
parent 0f18a6781d
commit 78c890aa59
6 changed files with 23 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ pub async fn req(user: User, target: Ref, member: Ref) -> Result<()> {
id: member.id,
by: user.id,
}),
None
)
.publish(&channel)
.await