mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
Rename fediverse to pleroma
This commit is contained in:
parent
c5661078dd
commit
6f4503572f
2 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ const processURI = (uri) => {
|
|||
return {
|
||||
serviceprovider: {
|
||||
type: 'web',
|
||||
name: 'fediverse'
|
||||
name: 'pleroma'
|
||||
},
|
||||
match: {
|
||||
regularExpression: reURI,
|
Loading…
Reference in a new issue