mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
using owner instead of first user
This commit is contained in:
@@ -16,7 +16,7 @@ class Photo < Post
|
||||
|
||||
|
||||
def remote_photo
|
||||
User.first.url.chop + image.url
|
||||
User.owner.url.chop + image.url
|
||||
end
|
||||
|
||||
def remote_photo= remote_path
|
||||
|
||||
Reference in New Issue
Block a user