[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix preferences (#65)

authored by

Davi Rodrigues and committed by
GitHub
b4743142 25f044e4

+1 -1
+1 -1
lib/src/core/network/atproto/data/repositories/actor_repository_impl.dart
··· 182 182 NSID.parse('so.sprk.actor.putPreferences'), 183 183 body: preferences.toJson(), 184 184 headers: {'atproto-proxy': _client.sprkDid}, 185 - to: (jsonMap) => jsonMap, 185 + // to: (jsonMap) => jsonMap, 186 186 ); 187 187 188 188 if (result.status != HttpStatus.ok) {