mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Resolve issues related to renaming User class to UserData class.
This commit is contained in:
@@ -30,7 +30,7 @@ public class RedditUtils {
|
||||
|
||||
static final String AUTHORIZATION_KEY = "Authorization";
|
||||
static final String AUTHORIZATION_BASE = "bearer ";
|
||||
static final String USER_AGENT_KEY = "UserData-Agent";
|
||||
static final String USER_AGENT_KEY = "User-Agent";
|
||||
static final String USER_AGENT = "";
|
||||
|
||||
static final String GRANT_TYPE_KEY = "grant_type";
|
||||
|
Reference in New Issue
Block a user