mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 03:37:36 +02:00
Chat
This commit is contained in:
@@ -405,7 +405,15 @@ export default function UserFiles({ router, globalData }) {
|
||||
Törlés
|
||||
</div>
|
||||
) : (
|
||||
`#${user}`
|
||||
<Link href={`/chat?user=${user}`}>
|
||||
<a
|
||||
title={`Chat #${user}-el`}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation()
|
||||
}}
|
||||
className={'userId'}
|
||||
>{`#${user}`}</a>
|
||||
</Link>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user