From 71264f90af06ba652d6097ba2e5a009816e8e500 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 1 May 2017 23:40:25 +0200 Subject: [PATCH] Remove hack from EventParticipation This is not needed anymore, because it generates now the correct xml by default. --- lib/diaspora_federation/entities/event_participation.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/diaspora_federation/entities/event_participation.rb b/lib/diaspora_federation/entities/event_participation.rb index efa526d..2785ee4 100644 --- a/lib/diaspora_federation/entities/event_participation.rb +++ b/lib/diaspora_federation/entities/event_participation.rb @@ -9,10 +9,6 @@ module DiasporaFederation include Relayable - # Redefine the author property without +diaspora_handle+ +xml_name+ - # @deprecated Can be removed after XMLs are generated with new names - property :author, :string - # @!attribute [r] status # The participation status of the user # "accepted", "declined" or "tentative"