1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Avoid making retried requests to dead followers

This commit is contained in:
Chocobozzz 2018-01-12 10:02:11 +01:00
parent 9a8cbd8278
commit 6502c3d43e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 44 additions and 3 deletions

View file

@ -68,6 +68,9 @@ enum ScopeNames {
{
fields: [ 'preferredUsername', 'serverId' ],
unique: true
},
{
fields: [ 'inboxUrl', 'sharedInboxUrl' ]
}
]
})