mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: letter avatars to live in uploads directory, add last modified
This commit is contained in:
@@ -25,7 +25,7 @@ class LetterAvatar
|
||||
|
||||
|
||||
def cache_path
|
||||
"tmp/letter_avatars/#{VERSION}"
|
||||
"public/uploads/letter_avatars/#{VERSION}"
|
||||
end
|
||||
|
||||
def generate(username, size, opts = nil)
|
||||
|
||||
Reference in New Issue
Block a user