mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: mixed local s3 store missing avatars
This commit is contained in:
@ -126,6 +126,10 @@ end
|
||||
|
||||
class FakeExternalStore
|
||||
|
||||
def path_for(upload)
|
||||
nil
|
||||
end
|
||||
|
||||
def external?
|
||||
true
|
||||
end
|
||||
|
Reference in New Issue
Block a user