mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-05 22:41:27 +00:00
tiktok is back!
- added support for tiktok (images won't work, they're only accessible through the app) - hopefully main input bar is now not rounded on ios, i fucking hate apple - if service is not supported, a correlating error will appear, not generic one - removed duplicates from config that are present in package json already - tiny bit of clean up
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"enabled": false
|
||||
},
|
||||
"tiktok": {
|
||||
"patterns": [":pageid/:type/:postid", ":id"],
|
||||
"enabled": false
|
||||
"patterns": [":user/:type/:postId", ":id"],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user