iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

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

chore: make GrainProfile.viewer optional

+1
+1
Grain/Models/Views/ProfileModels.swift
··· 10 10 var labels: [ATLabel]? 11 11 var avatar: String? 12 12 var createdAt: String? 13 + var viewer: ActorViewerState? 13 14 14 15 var id: String { 15 16 did