From 7cb208b3d4d33bed2ac0fcda8b925307110421ba Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Mon, 12 Apr 2021 19:28:40 +0200
Subject: [PATCH] Remove matrix.to links in mentions

---
 src/matrixeventprocessor.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matrixeventprocessor.ts b/src/matrixeventprocessor.ts
index 0079a56..3e60e09 100644
--- a/src/matrixeventprocessor.ts
+++ b/src/matrixeventprocessor.ts
@@ -533,7 +533,7 @@ export class MatrixEventProcessor {
         embed.setAuthor(
             displayName.substring(0, MAX_NAME_LENGTH),
             avatarUrl,
-            `https://matrix.to/#/${sender}`,
+            ``,
         );
     }
 
-- 
GitLab