feat: app 2.0
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Has been cancelled

This commit is contained in:
Sticks
2025-04-23 19:54:02 -04:00
parent d7907558df
commit 22259a3e8f
9 changed files with 722 additions and 1068 deletions

View File

@ -3,7 +3,7 @@ use serde_json::Value;
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct SyncDataResponse {
pub followers: Vec<FanslyFollowersResponse>,
pub followers: Vec<String>,
pub subscribers: Vec<Subscription>,
pub sync_data_url: String,
}