feat: add shared chat badge (#5661)

This commit is contained in:
iProdigy
2024-10-22 16:42:19 +00:00
committed by GitHub
parent 2ec8fa8723
commit 18c4815ad7
12 changed files with 150 additions and 2 deletions
+5
View File
@@ -2408,6 +2408,11 @@ void ChannelView::handleMouseClick(QMouseEvent *event,
return;
}
if (link.value.startsWith("id:"))
{
return;
}
// Insert @username into split input
const bool commaMention =
getSettings()->mentionUsersWithComma;