about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-06-19 01:51:04 +0200
committerGitHub <noreply@github.com>2017-06-19 01:51:04 +0200
commitf3be6052867343ab15cc84bc91edcaf0c1d70115 (patch)
tree2bddc48a4cf35a0684c74b22a0f78f7031b8a4b2 /app/views
parentaebebdc5d1967e2110a9caafc3238c8b8ec055c4 (diff)
Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)
Rename Activitypub to ActivityPub
Diffstat (limited to 'app/views')
-rw-r--r--app/views/activitypub/types/collection.activitystreams2.rabl2
-rw-r--r--app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/activitypub/types/collection.activitystreams2.rabl b/app/views/activitypub/types/collection.activitystreams2.rabl
index d3f8ddcac..cc0e532b7 100644
--- a/app/views/activitypub/types/collection.activitystreams2.rabl
+++ b/app/views/activitypub/types/collection.activitystreams2.rabl
@@ -1,3 +1,3 @@
 extends 'activitypub/intransient.activitystreams2.rabl'
 
-node(:type)       { 'Collection' }
+node(:type) { 'Collection' }
diff --git a/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl b/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
index c821fa928..9937d11e9 100644
--- a/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
+++ b/app/views/activitypub/types/ordered_collection_page.activitystreams2.rabl
@@ -1,3 +1,3 @@
 extends 'activitypub/types/ordered_collection.activitystreams2.rabl'
 
-node(:type)     { 'OrderedCollectionPage' }
+node(:type) { 'OrderedCollectionPage' }