change client name in footer of status

This commit is contained in:
Y32Gcnte8z
2022-09-15 21:21:50 +08:00
parent 8aeda56fc8
commit 12a5670441

View File

@@ -11,7 +11,7 @@ public class CreateOAuthApp extends MastodonAPIRequest<Application>{
}
private static class Request{
public String clientName="Mastodon for Android Fork";
public String clientName="Mastodos";
public String redirectUris=AccountSessionManager.REDIRECT_URI;
public String scopes=AccountSessionManager.SCOPE;
public String website="https://github.com/sk22/mastodon-android-fork";