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',
'github',
'mastodon',
'fediverse',
'pleroma',
'discourse',
'owncast'
]
@ -50,7 +50,7 @@ const data = {
gitlab: require('./gitlab'),
github: require('./github'),
mastodon: require('./mastodon'),
fediverse: require('./fediverse'),
pleroma: require('./pleroma'),
discourse: require('./discourse'),
owncast: require('./owncast')
}

View file

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