mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:38:47 +08:00
Work in progress, keeping avatars locally
This introduces a new model to store the avatars and 3 uploads per user (gravatar, system and custom) user can then pick which they want.
This commit is contained in:
@ -112,7 +112,7 @@ describe ComposerMessagesFinder do
|
||||
end
|
||||
|
||||
it "doesn't return notifications for users who have custom avatars" do
|
||||
user.user_stat.has_custom_avatar = true
|
||||
user.uploaded_avatar_id = 1
|
||||
finder.check_avatar_notification.should be_blank
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user