Explorar o código

Remove RSS App Reference (thanks to WIlly-JL)

jblanked hai 1 ano
pai
achega
be82a0e488

+ 1 - 1
explore/flip_social_explore.c

@@ -47,7 +47,7 @@ bool flip_social_get_explore()
     snprintf(
         fhttp.file_path,
         sizeof(fhttp.file_path),
-        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_rss/users.txt");
+        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_social/users.txt");
 
     fhttp.save_received_data = true;
     char *headers = jsmn("Content-Type", "application/json");

+ 1 - 1
feed/flip_social_feed.c

@@ -121,7 +121,7 @@ bool flip_social_get_feed()
     snprintf(
         fhttp.file_path,
         sizeof(fhttp.file_path),
-        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_rss/feed.txt");
+        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_social/feed.txt");
 
     fhttp.save_received_data = true;
     char *headers = jsmn("Content-Type", "application/json");

+ 1 - 1
friends/flip_social_friends.c

@@ -44,7 +44,7 @@ bool flip_social_get_friends()
     snprintf(
         fhttp.file_path,
         sizeof(fhttp.file_path),
-        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_rss/friends.txt");
+        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_social/friends.txt");
 
     fhttp.save_received_data = true;
     char *headers = jsmn("Content-Type", "application/json");

+ 2 - 2
messages/flip_social_messages.c

@@ -148,7 +148,7 @@ bool flip_social_get_message_users()
     snprintf(
         fhttp.file_path,
         sizeof(fhttp.file_path),
-        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_rss/message_users.txt");
+        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_social/message_users.txt");
 
     fhttp.save_received_data = true;
     char *headers = jsmn("Content-Type", "application/json");
@@ -177,7 +177,7 @@ bool flip_social_get_messages_with_user()
     snprintf(
         fhttp.file_path,
         sizeof(fhttp.file_path),
-        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_rss/messages.txt");
+        STORAGE_EXT_PATH_PREFIX "/apps_data/flip_social/messages.txt");
 
     fhttp.save_received_data = true;
     char *headers = jsmn("Content-Type", "application/json");