Fixes missing f format in preview image string
plus a unit test for it
This commit is contained in:
@ -415,7 +415,7 @@ def generate_user_preview_image_task(user_id):
|
||||
|
||||
texts = {
|
||||
"text_one": user.display_name,
|
||||
"text_three": "@{user.localname}@{settings.DOMAIN}",
|
||||
"text_three": f"@{user.localname}@{settings.DOMAIN}",
|
||||
}
|
||||
|
||||
if user.avatar:
|
||||
|
Reference in New Issue
Block a user