diaspora/app/serializers/export/aspect_serializer.rb
Dennis Schubert 862fa38f8b
Remove the JSXC/Prosody integration.
As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
2019-10-18 23:14:14 +02:00

7 lines
127 B
Ruby

# frozen_string_literal: true
module Export
class AspectSerializer < ActiveModel::Serializer
attributes :name
end
end