mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-03 22:37:07 +00:00
Workaround for not loading any posts (except for user submitted posts).
(cherry picked from commit 07c9865ab2)
This commit is contained in:
@ -122,7 +122,7 @@ public class APIUtils {
|
||||
public static Map<String, String> getOAuthHeader(String accessToken) {
|
||||
Map<String, String> params = new HashMap<>();
|
||||
params.put(APIUtils.AUTHORIZATION_KEY, APIUtils.AUTHORIZATION_BASE + accessToken);
|
||||
params.put(APIUtils.USER_AGENT_KEY, APIUtils.USER_AGENT);
|
||||
//params.put(APIUtils.USER_AGENT_KEY, APIUtils.USER_AGENT);
|
||||
return params;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user