Update config to allow syndication to mastodon
This commit is contained in:
@@ -19,7 +19,12 @@ module Adamantium
|
|||||||
{type: "photo", name: "Photo", properties: %w[name content category]},
|
{type: "photo", name: "Photo", properties: %w[name content category]},
|
||||||
{type: "bookmark", name: "Bookmark", properties: %w[name content category]}
|
{type: "bookmark", name: "Bookmark", properties: %w[name content category]}
|
||||||
],
|
],
|
||||||
"syndicate-to" => []
|
"syndicate-to" => [
|
||||||
|
{
|
||||||
|
uid: "https://social.dnitza.com",
|
||||||
|
name: "Mastodon"
|
||||||
|
}
|
||||||
|
]
|
||||||
}.to_json
|
}.to_json
|
||||||
else
|
else
|
||||||
res.render home
|
res.render home
|
||||||
|
Reference in New Issue
Block a user