Skip to content
Extraits de code Groupes Projets
Valider 096bfbad rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Fix typo

parent 11cbe49f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -42,7 +42,7 @@ class ProcessFeedService < BaseService ...@@ -42,7 +42,7 @@ class ProcessFeedService < BaseService
status = status_from_xml(@xml) status = status_from_xml(@xml)
if verb == :share if verb == :share
original_status = status_from_xml(xml.at_xpath('.//activity:object', activity: ACTIVITY_NS)) original_status = status_from_xml(@xml.at_xpath('.//activity:object', activity: ACTIVITY_NS))
status.reblog = original_status status.reblog = original_status
end end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter