Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/activity_streams/photo.rb')
-rw-r--r--app/models/activity_streams/photo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/activity_streams/photo.rb b/app/models/activity_streams/photo.rb
index 4932fff89..44ada54b2 100644
--- a/app/models/activity_streams/photo.rb
+++ b/app/models/activity_streams/photo.rb
@@ -5,6 +5,7 @@
class ActivityStreams::Photo < Post
include Diaspora::Socketable
+ xml_name "activity_streams::_photo"
xml_attr :image_url
xml_attr :image_height
xml_attr :image_width