feat: Profile image on user posts (#574)

* feat: add env variable to display image

* feat: refactor after review, updated tests
This commit is contained in:
vladislavkeblysh
2025-09-25 21:09:37 +03:00
committed by GitHub
parent 7ca3d9bc32
commit 899d1fafcd
11 changed files with 255 additions and 6 deletions

1
.env
View File

@@ -22,5 +22,6 @@ USER_INFO_COOKIE_NAME=''
SUPPORT_URL=''
LEARNER_FEEDBACK_URL=''
STAFF_FEEDBACK_URL=''
ENABLE_PROFILE_IMAGE=''
# Fallback in local style files
PARAGON_THEME_URLS={}