diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:44:54 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:44:54 -0500 |
commit | 0eeb7fa881527eadd7452edbadd496898681a411 (patch) | |
tree | 7e7f8ea2cc07511e3ac15fc4a4a8059b7d85f3cc /app | |
parent | 6f1a07945ee097e5e57f99cbc9b4e5d57e32d79d (diff) |
stop breaking things with missing commas
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/activitypub/adapter.rb | 8 |
1 files 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 |