mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
Update src/main/kotlin/dev/usbharu/hideout/mastodon/service/app/AppApiService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
co-authored by
github-actions[bot]
parent
b588f201e1
commit
227c9544e1
@@ -67,8 +67,6 @@ class AppApiServiceImpl(
|
||||
}
|
||||
|
||||
private fun parseScope(string: String): Set<String> {
|
||||
|
||||
|
||||
return string.split(" ")
|
||||
.flatMap {
|
||||
when (it) {
|
||||
|
||||
Reference in New Issue
Block a user