mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Merge branch 'stable' into develop
This commit is contained in:
@@ -44,9 +44,9 @@ var factory = {
|
||||
"id": id,
|
||||
"diaspora_id": "bob@bob.com",
|
||||
"avatar":{
|
||||
"large":"http://localhost:3000/images/user/uma.jpg",
|
||||
"medium":"http://localhost:3000/images/user/uma.jpg",
|
||||
"small":"http://localhost:3000/images/user/uma.jpg"}
|
||||
"large":"http://localhost:3000/assets/user/uma.jpg",
|
||||
"medium":"http://localhost:3000/assets/user/uma.jpg",
|
||||
"small":"http://localhost:3000/assets/user/uma.jpg"}
|
||||
};
|
||||
|
||||
return _.extend(defaultAttrs, overrides);
|
||||
|
||||
Reference in New Issue
Block a user