Moves communities from /c/name to /n/name
This commit is contained in:
@@ -2447,7 +2447,7 @@ private fun getCommunityShortName(communityTag: ATag): String {
|
||||
communityTag.dTag.take(10)
|
||||
}
|
||||
|
||||
return "/c/$name"
|
||||
return "/n/$name"
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalLayoutApi::class)
|
||||
|
||||
Reference in New Issue
Block a user