From c7e4b92ff0cdff446ac1d5c7cab313603ea85e6d Mon Sep 17 00:00:00 2001 From: "iunctis.fr" Date: Fri, 27 Mar 2020 18:25:36 +0100 Subject: [PATCH] Previous version for discourse older than march 23 If you can't upgrade Discourse until a few days/weeks/months, you can use this branch. Discourse changed the way avatars are used in the topic list page and the new version of this component will break avatars in the last column. --- desktop/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/header.html b/desktop/header.html index c80663b..ef3be78 100644 --- a/desktop/header.html +++ b/desktop/header.html @@ -58,7 +58,7 @@
-{{avatar topic.lastPosterUser imageSize="medium"}} +{{avatar topic.lastPoster usernamePath="username" imageSize="medium"}}
{{topic.last_poster_username}}