From 0eeb7fa881527eadd7452edbadd496898681a411 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Jul 2019 14:44:54 -0500 Subject: [PATCH] stop breaking things with missing commas --- app/lib/activitypub/adapter.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/lib/activitypub/adapter.rb b/app/lib/activitypub/adapter.rb index 2278ecc2c..2edad1caa 100644 --- a/app/lib/activitypub/adapter.rb +++ b/app/lib/activitypub/adapter.rb @@ -23,19 +23,19 @@ class ActivityPub::Adapter < ActiveModelSerializers::Adapter::Base adult_content: { 'mp' => 'https://monsterpit.net/ns#', 'adultContent' => 'mp:adultContent' - } + }, gently: { 'mp' => 'https://monsterpit.net/ns#', 'gently' => 'mp:gently' - } + }, kobold: { 'mp' => 'https://monsterpit.net/ns#', 'kobold' => 'mp:kobold' - } + }, supports_chat: { 'mp' => 'https://monsterpit.net/ns#', 'supportsChat' => 'mp:supportsChat' - } + }, }.freeze def self.default_key_transform