Moves communities from /c/name to /n/name

This commit is contained in:
Vitor Pamplona
2023-07-06 15:51:28 -04:00
parent eb02049507
commit 17232a1909
@@ -2447,7 +2447,7 @@ private fun getCommunityShortName(communityTag: ATag): String {
communityTag.dTag.take(10)
}
return "/c/$name"
return "/n/$name"
}
@OptIn(ExperimentalLayoutApi::class)