chore: webtoo.ls as default server (#1215)

This commit is contained in:
patak 2023-01-16 11:24:14 +01:00 committed by GitHub
parent d21860487b
commit 46bd13310a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 22 deletions

View file

@ -5,12 +5,12 @@ const validPermalinks = [
'https://m1as-social34.to.social/@elk',
'https://m1as-social34.to.social/@elk22/123',
'https://m1as-social34.to.social/@elk22/objects/123',
'mas.to/@elk',
'webtoo.ls/@elk',
]
const invalidPermalinks = [
'https://mas.to',
'https://mas.to/elk/123',
'https://webtoo.ls',
'https://webtoo.ls/elk/123',
]
describe('permalinks', () => {