Rename fediverse to pleroma

This commit is contained in:
Yarmo Mackenbach 2022-02-15 11:27:10 +01:00
parent c5661078dd
commit 6f4503572f
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ const list = [
'gitlab', 'gitlab',
'github', 'github',
'mastodon', 'mastodon',
'fediverse', 'pleroma',
'discourse', 'discourse',
'owncast' 'owncast'
] ]
@ -50,7 +50,7 @@ const data = {
gitlab: require('./gitlab'), gitlab: require('./gitlab'),
github: require('./github'), github: require('./github'),
mastodon: require('./mastodon'), mastodon: require('./mastodon'),
fediverse: require('./fediverse'), pleroma: require('./pleroma'),
discourse: require('./discourse'), discourse: require('./discourse'),
owncast: require('./owncast') owncast: require('./owncast')
} }

View file

@ -23,7 +23,7 @@ const processURI = (uri) => {
return { return {
serviceprovider: { serviceprovider: {
type: 'web', type: 'web',
name: 'fediverse' name: 'pleroma'
}, },
match: { match: {
regularExpression: reURI, regularExpression: reURI,