SHA256
UI: компактная тёмная плитка автора и корректный переход в профиль
This commit is contained in:
@@ -661,7 +661,7 @@ function renderPostCard(post, {
|
||||
event.stopPropagation();
|
||||
const cleanLogin = String(post.authorLogin || '').trim();
|
||||
if (!cleanLogin) return;
|
||||
navigate(`user/${encodeRoutePart(cleanLogin)}/channel-view`);
|
||||
navigate(`user/${encodeRoutePart(cleanLogin)}`);
|
||||
});
|
||||
|
||||
const body = document.createElement('p');
|
||||
|
||||
Reference in New Issue
Block a user