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
No known key found for this signature in database
GPG Key ID: 17F7AF3BFD9647CA
1 changed files with 1 additions and 1 deletions

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";